Shades of Iris Blue #0AB7CE
Tints of Iris Blue #0AB7CE
RGB
CMYK
RGB Variations
Color information
#0AB7CE (or 0x0AB7CE) is known color: Iris Blue. HEX triplet: 0A, B7 and CE. RGB value is (10,183,206). Sum of RGB (Red+Green+Blue) = 10+183+206=399 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.51% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #0AB7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0AB7CE is #F54831. Grayscale: #858585. Windows color (decimal): -16074802 or 13547274. OLE color: 13547274.
HSL color Cylindrical-coordinate representation of color #0AB7CE: hue angle of 187.04º 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 #0AB7CE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 183 | 206 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.19 |
| HSL | 187.04º | 0.91% | 0.42% | - |
| HSV(B) | 187.04º | 0.95% | 0.81% | - |
| XYZ | 28.2 | 38.39 | 64.32 | - |
| YUV | 133.9 | 168.69 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 183 | 206 | 0.95 | 0.11 | 0 | 0.19 | 187.04 | 0.91 | 0.42 |
| Hex | A | B7 | CE | 5F | B | 0 | 13 | BB | 5B | 2A |
| Octal | 12 | 267 | 316 | 137 | 13 | 0 | 23 | 273 | 133 | 52 |
| Binary | 1010 | 10110111 | 11001110 | 1011111 | 1011 | 0 | 10011 | 10111011 | 1011011 | 101010 |
Color Harmonies of #0AB7CE
Complementary color
Monochromatic Colors of #0AB7CE
Black with #0AB7CE
Text Example
Text Example
White with #0AB7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AB7CE; }
p { color: rgb(10,183,206); }
H1.HeaderClassName
{
color: #0AB7CE;
}
.AnyTagClassName
{
color: #0AB7CE;
}
</style>
background-color css
<style>
a { background-color: #0AB7CE; }
a { background-color: rgb(10,183,206); }
div.DivClassName
{
background-color: #0AB7CE;
}
.BgClassName
{
background-color: #0AB7CE;
}
</style>
border-color css
<style>
span { border-color: #0AB7CE; }
span { border-color: rgb(10,183,206); }
td.TdClassName
{
border-color: #0AB7CE;
}
.TagClassName
{
border-color: #0AB7CE;
}
</style>