#1AB4CA

Color #1AB4CA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #1AB4CA

Tints of Iris Blue #1AB4CA

Color information

#1AB4CA (or 0x1AB4CA) is unknown color: approx Iris Blue. HEX triplet: 1A, B4 and CA. RGB value is (26,180,202). Sum of RGB (Red+Green+Blue) = 26+180+202=408 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.37% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #1AB4CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB4CA is #E54B35. Grayscale: #888888. Windows color (decimal): -15026998 or 13284378. OLE color: 13284378.

HSL color Cylindrical-coordinate representation of color #1AB4CA: hue angle of 187.5º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AB4CA is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB26180202-
CMYK0.870.1100.21
HSL187.5º77.19%44.71%-
HSV(B)187.5º87.13%79.22%-
XYZ27.4137.1361.6-
YUV136.46164.9849.21-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.37%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=6.37%
G=44.12%
B=49.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261802020.870.1100.21187.577.1944.71
Hex1AB4CA57B015bc4d2d
Octal322643121271302527411555
Binary11010101101001100101010101111011010101101111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,180,202); }

 H1.HeaderClassName
 {
   color: #1AB4CA;
 }
 .AnyTagClassName
 {
   color: #1AB4CA;
 }
</style>
background-color css

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

 a { background-color: rgb(26,180,202); }

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

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

 span { border-color: rgb(26,180,202); }

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