Shades of Iris Blue #0CAFCF
Tints of Iris Blue #0CAFCF
RGB
CMYK
RGB Variations
Color information
#0CAFCF (or 0x0CAFCF) is known color: Iris Blue. HEX triplet: 0C, AF and CF. RGB value is (12,175,207). Sum of RGB (Red+Green+Blue) = 12+175+207=394 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.05% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CAFCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFCF is #F35030. Grayscale: #818181. Windows color (decimal): -15945777 or 13610764. OLE color: 13610764.
HSL color Cylindrical-coordinate representation of color #0CAFCF: hue angle of 189.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAFCF is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 175 | 207 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.19 |
| HSL | 189.85º | 0.89% | 0.43% | - |
| HSV(B) | 189.85º | 0.94% | 0.81% | - |
| XYZ | 26.74 | 35.24 | 64.42 | - |
| YUV | 129.91 | 171.5 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 207 | 0.94 | 0.15 | 0 | 0.19 | 189.85 | 0.89 | 0.43 |
| Hex | C | AF | CF | 5E | F | 0 | 13 | BE | 59 | 2B |
| Octal | 14 | 257 | 317 | 136 | 17 | 0 | 23 | 276 | 131 | 53 |
| Binary | 1100 | 10101111 | 11001111 | 1011110 | 1111 | 0 | 10011 | 10111110 | 1011001 | 101011 |
Color Harmonies of #0CAFCF
Complementary color
Monochromatic Colors of #0CAFCF
Black with #0CAFCF
Text Example
Text Example
White with #0CAFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFCF; }
p { color: rgb(12,175,207); }
H1.HeaderClassName
{
color: #0CAFCF;
}
.AnyTagClassName
{
color: #0CAFCF;
}
</style>
background-color css
<style>
a { background-color: #0CAFCF; }
a { background-color: rgb(12,175,207); }
div.DivClassName
{
background-color: #0CAFCF;
}
.BgClassName
{
background-color: #0CAFCF;
}
</style>
border-color css
<style>
span { border-color: #0CAFCF; }
span { border-color: rgb(12,175,207); }
td.TdClassName
{
border-color: #0CAFCF;
}
.TagClassName
{
border-color: #0CAFCF;
}
</style>