Html Css Color HEX #1AB2CE Iris Blue

📋 copy color: '#1AB2CE'

red 26 ◦ green 178 ◦ blue 206

#1AB2CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #1AB2CE

Tints of Iris Blue #1AB2CE

RGB

 RED value IS 26 (10.55% from 255) = 6.34%

 GREEN value IS 178 (69.92% from 255) = 43.41%

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 6.34%
G = 43.41%
B = 50.24%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1AB2CE (or 0x1AB2CE) is known color: Iris Blue. HEX triplet: 1A, B2 and CE. RGB value is (26,178,206). Sum of RGB (Red+Green+Blue) = 26+178+206=410 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.34% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AB2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2CE is #E54D31. Grayscale: #878787. Windows color (decimal): -15027506 or 13546010. OLE color: 13546010.

HSL color Cylindrical-coordinate representation of color #1AB2CE: hue angle of 189.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB2CE is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 178 206 -
CMYK 0.87 0.14 0 0.19
HSL 189.33º 0.78% 0.45% -
HSV(B) 189.33º 0.87% 0.81% -
XYZ 27.49 36.52 63.99 -
YUV 135.74 167.64 49.72 -
System Red Green Blue C M Y K H S L
Decimal 26 178 206 0.87 0.14 0 0.19 189.33 0.78 0.45
Hex 1A B2 CE 57 E 0 13 BD 4E 2D
Octal 32 262 316 127 16 0 23 275 116 55
Binary 11010 10110010 11001110 1010111 1110 0 10011 10111101 1001110 101101

Color Harmonies of #1AB2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AB2CE

Black with #1AB2CE

Text Example


Text Example

White with #1AB2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AB2CE; }

 p { color: rgb(26,178,206); }

 H1.HeaderClassName
 {
   color: #1AB2CE;
 }
 .AnyTagClassName
 {
   color: #1AB2CE;
 }
</style>

background-color css

<style>
 a { background-color: #1AB2CE; }

 a { background-color: rgb(26,178,206); }

 div.DivClassName
 {
   background-color: #1AB2CE;
 }
 .BgClassName
 {
   background-color: #1AB2CE;
 }
</style>

border-color css

<style>
 span { border-color: #1AB2CE; }

 span { border-color: rgb(26,178,206); }

 td.TdClassName
 {
   border-color: #1AB2CE;
 }
 .TagClassName
 {
   border-color: #1AB2CE;
 }
</style>