Shades of Iris Blue #0AB9CE
Tints of Iris Blue #0AB9CE
RGB
CMYK
RGB Variations
Color information
#0AB9CE (or 0x0AB9CE) is known color: Iris Blue. HEX triplet: 0A, B9 and CE. RGB value is (10,185,206). Sum of RGB (Red+Green+Blue) = 10+185+206=401 (53% of max value = 765). Red value is 10 (4.30% from 255 or 2.49% from 401); Green value is 185 (72.66% from 255 or 46.13% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB9CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB9CE is #F54631. Grayscale: #868686. Windows color (decimal): -16074290 or 13547786. OLE color: 13547786.
HSL color Cylindrical-coordinate representation of color #0AB9CE: hue angle of 186.43º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB9CE is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 185 | 206 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.19 |
| HSL | 186.43º | 0.91% | 0.42% | - |
| HSV(B) | 186.43º | 0.95% | 0.81% | - |
| XYZ | 28.61 | 39.22 | 64.45 | - |
| YUV | 135.07 | 168.02 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 185 | 206 | 0.95 | 0.10 | 0 | 0.19 | 186.43 | 0.91 | 0.42 |
| Hex | A | B9 | CE | 5F | A | 0 | 13 | BA | 5B | 2A |
| Octal | 12 | 271 | 316 | 137 | 12 | 0 | 23 | 272 | 133 | 52 |
| Binary | 1010 | 10111001 | 11001110 | 1011111 | 1010 | 0 | 10011 | 10111010 | 1011011 | 101010 |
Color Harmonies of #0AB9CE
Complementary color
Monochromatic Colors of #0AB9CE
Black with #0AB9CE
Text Example
Text Example
White with #0AB9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB9CE; }
p { color: rgb(10,185,206); }
H1.HeaderClassName
{
color: #0AB9CE;
}
.AnyTagClassName
{
color: #0AB9CE;
}
</style>
background-color css
<style>
a { background-color: #0AB9CE; }
a { background-color: rgb(10,185,206); }
div.DivClassName
{
background-color: #0AB9CE;
}
.BgClassName
{
background-color: #0AB9CE;
}
</style>
border-color css
<style>
span { border-color: #0AB9CE; }
span { border-color: rgb(10,185,206); }
td.TdClassName
{
border-color: #0AB9CE;
}
.TagClassName
{
border-color: #0AB9CE;
}
</style>