Shades of Iris Blue #1ABBCC
Tints of Iris Blue #1ABBCC
RGB
CMYK
RGB Variations
Color information
#1ABBCC (or 0x1ABBCC) is known color: Iris Blue. HEX triplet: 1A, BB and CC. RGB value is (26,187,204). Sum of RGB (Red+Green+Blue) = 26+187+204=417 (55% of max value = 765). Red value is 26 (10.55% from 255 or 6.24% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #1ABBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ABBCC is #E54433. Grayscale: #8C8C8C. Windows color (decimal): -15025204 or 13417242. OLE color: 13417242.
HSL color Cylindrical-coordinate representation of color #1ABBCC: hue angle of 185.73º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ABBCC is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 187 | 204 | - |
| CMYK | 0.87 | 0.08 | 0 | 0.2 |
| HSL | 185.73º | 0.77% | 0.45% | - |
| HSV(B) | 185.73º | 0.87% | 0.8% | - |
| XYZ | 29.1 | 40.12 | 63.34 | - |
| YUV | 140.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 187 | 204 | 0.87 | 0.08 | 0 | 0.2 | 185.73 | 0.77 | 0.45 |
| Hex | 1A | BB | CC | 57 | 8 | 0 | 14 | BA | 4D | 2D |
| Octal | 32 | 273 | 314 | 127 | 10 | 0 | 24 | 272 | 115 | 55 |
| Binary | 11010 | 10111011 | 11001100 | 1010111 | 1000 | 0 | 10100 | 10111010 | 1001101 | 101101 |
Color Harmonies of #1ABBCC
Complementary color
Monochromatic Colors of #1ABBCC
Black with #1ABBCC
Text Example
Text Example
White with #1ABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ABBCC; }
p { color: rgb(26,187,204); }
H1.HeaderClassName
{
color: #1ABBCC;
}
.AnyTagClassName
{
color: #1ABBCC;
}
</style>
background-color css
<style>
a { background-color: #1ABBCC; }
a { background-color: rgb(26,187,204); }
div.DivClassName
{
background-color: #1ABBCC;
}
.BgClassName
{
background-color: #1ABBCC;
}
</style>
border-color css
<style>
span { border-color: #1ABBCC; }
span { border-color: rgb(26,187,204); }
td.TdClassName
{
border-color: #1ABBCC;
}
.TagClassName
{
border-color: #1ABBCC;
}
</style>