#1AB8CF

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

Shades of Iris Blue #1AB8CF

Tints of Iris Blue #1AB8CF

Color information

#1AB8CF (or 0x1AB8CF) is unknown color: approx Iris Blue. HEX triplet: 1A, B8 and CF. RGB value is (26,184,207). Sum of RGB (Red+Green+Blue) = 26+184+207=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #1AB8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8CF is #E54730. Grayscale: #8B8B8B. Windows color (decimal): -15025969 or 13613082. OLE color: 13613082.

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

Color convert

RGB26184207-
CMYK0.870.1100.19
HSL187.62º77.68%45.69%-
HSV(B)187.62º87.44%81.18%-
XYZ28.8339.0165.04-
YUV139.38166.1547.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.24%
GREEN value IS 184 (72.27% from 255) = 44.12%
BLUE value IS 207 (81.25% from 255) = 49.64%
R=6.24%
G=44.12%
B=49.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal261842070.870.1100.19187.6277.6845.69
Hex1AB8CF57B013bc4e2e
Octal322703171271302327411656
Binary11010101110001100111110101111011010011101111001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,184,207); }

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

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

 a { background-color: rgb(26,184,207); }

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

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

 span { border-color: rgb(26,184,207); }

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