Shades of Iris Blue #1AB8CE
Tints of Iris Blue #1AB8CE
RGB
CMYK
RGB Variations
Color information
#1AB8CE (or 0x1AB8CE) is known color: Iris Blue. HEX triplet: 1A, B8 and CE. RGB value is (26,184,206). Sum of RGB (Red+Green+Blue) = 26+184+206=416 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.25% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #1AB8CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8CE is #E54731. Grayscale: #8B8B8B. Windows color (decimal): -15025970 or 13547546. OLE color: 13547546.
HSL color Cylindrical-coordinate representation of color #1AB8CE: hue angle of 187.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 #1AB8CE is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 184 | 206 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.19 |
| HSL | 187.33º | 0.78% | 0.45% | - |
| HSV(B) | 187.33º | 0.87% | 0.81% | - |
| XYZ | 28.71 | 38.96 | 64.4 | - |
| YUV | 139.27 | 165.65 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 206 | 0.87 | 0.11 | 0 | 0.19 | 187.33 | 0.78 | 0.45 |
| Hex | 1A | B8 | CE | 57 | B | 0 | 13 | BB | 4E | 2D |
| Octal | 32 | 270 | 316 | 127 | 13 | 0 | 23 | 273 | 116 | 55 |
| Binary | 11010 | 10111000 | 11001110 | 1010111 | 1011 | 0 | 10011 | 10111011 | 1001110 | 101101 |
Color Harmonies of #1AB8CE
Complementary color
Monochromatic Colors of #1AB8CE
Black with #1AB8CE
Text Example
Text Example
White with #1AB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB8CE; }
p { color: rgb(26,184,206); }
H1.HeaderClassName
{
color: #1AB8CE;
}
.AnyTagClassName
{
color: #1AB8CE;
}
</style>
background-color css
<style>
a { background-color: #1AB8CE; }
a { background-color: rgb(26,184,206); }
div.DivClassName
{
background-color: #1AB8CE;
}
.BgClassName
{
background-color: #1AB8CE;
}
</style>
border-color css
<style>
span { border-color: #1AB8CE; }
span { border-color: rgb(26,184,206); }
td.TdClassName
{
border-color: #1AB8CE;
}
.TagClassName
{
border-color: #1AB8CE;
}
</style>