Shades of Iris Blue #0CAFB6
Tints of Iris Blue #0CAFB6
RGB
CMYK
RGB Variations
Color information
#0CAFB6 (or 0x0CAFB6) is known color: Iris Blue. HEX triplet: 0C, AF and B6. RGB value is (12,175,182). Sum of RGB (Red+Green+Blue) = 12+175+182=369 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.25% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #0CAFB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFB6 is #F35049. Grayscale: #7E7E7E. Windows color (decimal): -15945802 or 11972364. OLE color: 11972364.
HSL color Cylindrical-coordinate representation of color #0CAFB6: hue angle of 182.47º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAFB6 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 175 | 182 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.29 |
| HSL | 182.47º | 0.88% | 0.38% | - |
| HSV(B) | 182.47º | 0.93% | 0.71% | - |
| XYZ | 23.93 | 34.12 | 49.58 | - |
| YUV | 127.06 | 159 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 182 | 0.93 | 0.04 | 0 | 0.29 | 182.47 | 0.88 | 0.38 |
| Hex | C | AF | B6 | 5D | 4 | 0 | 1D | B6 | 58 | 26 |
| Octal | 14 | 257 | 266 | 135 | 4 | 0 | 35 | 266 | 130 | 46 |
| Binary | 1100 | 10101111 | 10110110 | 1011101 | 100 | 0 | 11101 | 10110110 | 1011000 | 100110 |
Color Harmonies of #0CAFB6
Complementary color
Monochromatic Colors of #0CAFB6
Black with #0CAFB6
Text Example
Text Example
White with #0CAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFB6; }
p { color: rgb(12,175,182); }
H1.HeaderClassName
{
color: #0CAFB6;
}
.AnyTagClassName
{
color: #0CAFB6;
}
</style>
background-color css
<style>
a { background-color: #0CAFB6; }
a { background-color: rgb(12,175,182); }
div.DivClassName
{
background-color: #0CAFB6;
}
.BgClassName
{
background-color: #0CAFB6;
}
</style>
border-color css
<style>
span { border-color: #0CAFB6; }
span { border-color: rgb(12,175,182); }
td.TdClassName
{
border-color: #0CAFB6;
}
.TagClassName
{
border-color: #0CAFB6;
}
</style>