COLOR #1AC7EB

HEX: #1AC7EB
RGB: (26,199,235)

Color info

#1AC7EB contains mainly green and blue colors. Web safe color of #1AC7EB is #00CCFF (or #0CF).

RGB color model

#1AC7EB color RGB value is (26,199,235).

  • red value is 26;
  • green value is 199;
  • blue value is 235.
RGB:
(26,199,235)
(10%,78%,92%)

RGB channels and saturation

R 26 of 255 = 10%
G 199 of 255 = 78%
B 235 of 255 = 92%

26
199
235

R + G + B ~ 60%. #1AC7EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 199 + 235 = 460 (100%)
R 26 of 460 ~ 5.65%
G 199 of 460 ~ 43.26%
B 235 of 460 ~ 51.09%

%43.26
%51.09

CMYK color model

#1AC7EB color CMYK value is (89,15,0,8).

  • cyan value is 88.94%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(89,15,0,8)
C89M15Y0K8 
(89%,15%,0%,8%)
(0.89/0.15/0.00/0.08)	

CMYK percentages

%88.94
%15.32
%0
%7.84

Codes

Color #1AC7EB in popluar color models

1AC7EB
RGB26199235
HSL190°83.94%51.18%
HSB/HSV190°88.94%92.16%
CMYK88.94%15.32%0.00%
7.84%

Color #1AC7EB in popluar number systems.

HEX1AC7EB
Decimal26199235
Binary110101100011111101011
Octal32307353

Shades and tints

Shades of #1AC7EB

#1AC7EB
(26,199,235)
#18B5D6
(24,181,214)
#16A3C1
(22,163,193)
#1491AC
(20,145,172)
#127F97
(18,127,151)
#106D82
(16,109,130)
#0E5B6D
(14,91,109)
#0C4958
(12,73,88)
#0A3743
(10,55,67)
#08252E
(8,37,46)
#061319
(6,19,25)
#000000
(0,0,0)

Tints of #1AC7EB

#1AC7EB
(26,199,235)
#2ECCEC
(46,204,236)
#42D1ED
(66,209,237)
#56D6EE
(86,214,238)
#6ADBEF
(106,219,239)
#7EE0F0
(126,224,240)
#92E5F1
(146,229,241)
#A6EAF2
(166,234,242)
#BAEFF3
(186,239,243)
#CEF4F4
(206,244,244)
#E2F9F5
(226,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AC7EB color. Also use rgb(26,199,235) instead hex code.

Text Font Color

.myTextColor { color: #1AC7EB; }

<p style="color:#1AC7EB">This sample text font color is #1AC7EB.</p>

This text font color is #1AC7EB.


Background Color

.myBgColor { background-color: #1AC7EB; }

<div style="background-color:#1AC7EB">Inner text</div>

This div background color is #1AC7EB.


Border color

.myBorderColor { border: 1px solid #1AC7EB; }

<div style="border:3px solid #1AC7EB">Div</div>

This div border color is #1AC7EB.


Opacity

.myOpacity80 { color: #1AC7EB; opacity: 0.8; }

<p style="color:#1AC7EB;opacity:0.8;">80%</p>

Text with #1AC7EB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1AC7EB;}

<p style="text-shadow: 3px 3px 1px #1AC7EB">Text here.</p>

This text has shadow with #1AC7EB color.

.textShadow {text-shadow: 3px 3px 1px #1AC7EB, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1AC7EB, 5px 5px 20px red">Text here.</p>

This text has shadow with #1AC7EB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1AC7EB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1AC7EB, Direction=45, Strength=4)">Text</p>

This text has shadow with #1AC7EB and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1AC7EB;
  -webkit-box-shadow:	1px 1px 3px 2px #1AC7EB;
  box-shadow:		1px 1px 3px 2px #1AC7EB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1AC7EB;
-webkit-box-shadow: 1px 1px 3px 2px #1AC7EB;
box-shadow:1px 1px 3px 2px #1AC7EB;">
Div content here</div>
This div box has shadow with color #1AC7EB.

Preview

Color preview on black background

This text has color #1AC7EB on black background.


Color preview on white background

This text has color #1AC7EB on white background.



Black color preview on #1AC7EB background

This text has black color on #1AC7EB background.


White color preview on #1AC7EB background

This text has white color on #1AC7EB background.