Shades of Iris Blue #0CAFB9
Tints of Iris Blue #0CAFB9
RGB
CMYK
RGB Variations
Color information
#0CAFB9 (or 0x0CAFB9) is known color: Iris Blue. HEX triplet: 0C, AF and B9. RGB value is (12,175,185). Sum of RGB (Red+Green+Blue) = 12+175+185=372 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #0CAFB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFB9 is #F35046. Grayscale: #7F7F7F. Windows color (decimal): -15945799 or 12168972. OLE color: 12168972.
HSL color Cylindrical-coordinate representation of color #0CAFB9: hue angle of 183.47º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAFB9 is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 12 | 175 | 185 | - |
| CMYK | 0.94 | 0.05 | 0 | 0.27 |
| HSL | 183.47º | 0.88% | 0.39% | - |
| HSV(B) | 183.47º | 0.94% | 0.73% | - |
| XYZ | 24.24 | 34.24 | 51.23 | - |
| YUV | 127.4 | 160.5 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 185 | 0.94 | 0.05 | 0 | 0.27 | 183.47 | 0.88 | 0.39 |
| Hex | C | AF | B9 | 5E | 5 | 0 | 1B | B7 | 58 | 27 |
| Octal | 14 | 257 | 271 | 136 | 5 | 0 | 33 | 267 | 130 | 47 |
| Binary | 1100 | 10101111 | 10111001 | 1011110 | 101 | 0 | 11011 | 10110111 | 1011000 | 100111 |
Color Harmonies of #0CAFB9
Complementary color
Monochromatic Colors of #0CAFB9
Black with #0CAFB9
Text Example
Text Example
White with #0CAFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFB9; }
p { color: rgb(12,175,185); }
H1.HeaderClassName
{
color: #0CAFB9;
}
.AnyTagClassName
{
color: #0CAFB9;
}
</style>
background-color css
<style>
a { background-color: #0CAFB9; }
a { background-color: rgb(12,175,185); }
div.DivClassName
{
background-color: #0CAFB9;
}
.BgClassName
{
background-color: #0CAFB9;
}
</style>
border-color css
<style>
span { border-color: #0CAFB9; }
span { border-color: rgb(12,175,185); }
td.TdClassName
{
border-color: #0CAFB9;
}
.TagClassName
{
border-color: #0CAFB9;
}
</style>