Shades of Iris Blue #1ABBCE
Tints of Iris Blue #1ABBCE
RGB
CMYK
RGB Variations
Color information
#1ABBCE (or 0x1ABBCE) is known color: Iris Blue. HEX triplet: 1A, BB and CE. RGB value is (26,187,206). Sum of RGB (Red+Green+Blue) = 26+187+206=419 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.21% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #1ABBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBCE is #E54431. Grayscale: #8C8C8C. Windows color (decimal): -15025202 or 13548314. OLE color: 13548314.
HSL color Cylindrical-coordinate representation of color #1ABBCE: hue angle of 186.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 #1ABBCE is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 187 | 206 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.19 |
| HSL | 186.33º | 0.78% | 0.45% | - |
| HSV(B) | 186.33º | 0.87% | 0.81% | - |
| XYZ | 29.34 | 40.22 | 64.61 | - |
| YUV | 141.03 | 164.66 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 206 | 0.87 | 0.09 | 0 | 0.19 | 186.33 | 0.78 | 0.45 |
| Hex | 1A | BB | CE | 57 | 9 | 0 | 13 | BA | 4E | 2D |
| Octal | 32 | 273 | 316 | 127 | 11 | 0 | 23 | 272 | 116 | 55 |
| Binary | 11010 | 10111011 | 11001110 | 1010111 | 1001 | 0 | 10011 | 10111010 | 1001110 | 101101 |
Color Harmonies of #1ABBCE
Complementary color
Monochromatic Colors of #1ABBCE
Black with #1ABBCE
Text Example
Text Example
White with #1ABBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBCE; }
p { color: rgb(26,187,206); }
H1.HeaderClassName
{
color: #1ABBCE;
}
.AnyTagClassName
{
color: #1ABBCE;
}
</style>
background-color css
<style>
a { background-color: #1ABBCE; }
a { background-color: rgb(26,187,206); }
div.DivClassName
{
background-color: #1ABBCE;
}
.BgClassName
{
background-color: #1ABBCE;
}
</style>
border-color css
<style>
span { border-color: #1ABBCE; }
span { border-color: rgb(26,187,206); }
td.TdClassName
{
border-color: #1ABBCE;
}
.TagClassName
{
border-color: #1ABBCE;
}
</style>