Shades of Iris Blue #0ABBCC
Tints of Iris Blue #0ABBCC
RGB
CMYK
RGB Variations
Color information
#0ABBCC (or 0x0ABBCC) is known color: Iris Blue. HEX triplet: 0A, BB and CC. RGB value is (10,187,204). Sum of RGB (Red+Green+Blue) = 10+187+204=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #0ABBCC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ABBCC is #F54433. Grayscale: #878787. Windows color (decimal): -16073780 or 13417226. OLE color: 13417226.
HSL color Cylindrical-coordinate representation of color #0ABBCC: hue angle of 185.26º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABBCC is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 10 | 187 | 204 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.2 |
| HSL | 185.26º | 0.91% | 0.42% | - |
| HSV(B) | 185.26º | 0.95% | 0.8% | - |
| XYZ | 28.79 | 39.96 | 63.32 | - |
| YUV | 136.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 187 | 204 | 0.95 | 0.08 | 0 | 0.2 | 185.26 | 0.91 | 0.42 |
| Hex | A | BB | CC | 5F | 8 | 0 | 14 | B9 | 5B | 2A |
| Octal | 12 | 273 | 314 | 137 | 10 | 0 | 24 | 271 | 133 | 52 |
| Binary | 1010 | 10111011 | 11001100 | 1011111 | 1000 | 0 | 10100 | 10111001 | 1011011 | 101010 |
Color Harmonies of #0ABBCC
Complementary color
Monochromatic Colors of #0ABBCC
Black with #0ABBCC
Text Example
Text Example
White with #0ABBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ABBCC; }
p { color: rgb(10,187,204); }
H1.HeaderClassName
{
color: #0ABBCC;
}
.AnyTagClassName
{
color: #0ABBCC;
}
</style>
background-color css
<style>
a { background-color: #0ABBCC; }
a { background-color: rgb(10,187,204); }
div.DivClassName
{
background-color: #0ABBCC;
}
.BgClassName
{
background-color: #0ABBCC;
}
</style>
border-color css
<style>
span { border-color: #0ABBCC; }
span { border-color: rgb(10,187,204); }
td.TdClassName
{
border-color: #0ABBCC;
}
.TagClassName
{
border-color: #0ABBCC;
}
</style>