Shades of Iris Blue #0CAFBF
Tints of Iris Blue #0CAFBF
RGB
CMYK
RGB Variations
Color information
#0CAFBF (or 0x0CAFBF) is known color: Iris Blue. HEX triplet: 0C, AF and BF. RGB value is (12,175,191). Sum of RGB (Red+Green+Blue) = 12+175+191=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #0CAFBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CAFBF is #F35040. Grayscale: #7F7F7F. Windows color (decimal): -15945793 or 12562188. OLE color: 12562188.
HSL color Cylindrical-coordinate representation of color #0CAFBF: hue angle of 185.36º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CAFBF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 175 | 191 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.25 |
| HSL | 185.36º | 0.88% | 0.4% | - |
| HSV(B) | 185.36º | 0.94% | 0.75% | - |
| XYZ | 24.89 | 34.5 | 54.64 | - |
| YUV | 128.09 | 163.5 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 175 | 191 | 0.94 | 0.08 | 0 | 0.25 | 185.36 | 0.88 | 0.4 |
| Hex | C | AF | BF | 5E | 8 | 0 | 19 | B9 | 58 | 28 |
| Octal | 14 | 257 | 277 | 136 | 10 | 0 | 31 | 271 | 130 | 50 |
| Binary | 1100 | 10101111 | 10111111 | 1011110 | 1000 | 0 | 11001 | 10111001 | 1011000 | 101000 |
Color Harmonies of #0CAFBF
Complementary color
Monochromatic Colors of #0CAFBF
Black with #0CAFBF
Text Example
Text Example
White with #0CAFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CAFBF; }
p { color: rgb(12,175,191); }
H1.HeaderClassName
{
color: #0CAFBF;
}
.AnyTagClassName
{
color: #0CAFBF;
}
</style>
background-color css
<style>
a { background-color: #0CAFBF; }
a { background-color: rgb(12,175,191); }
div.DivClassName
{
background-color: #0CAFBF;
}
.BgClassName
{
background-color: #0CAFBF;
}
</style>
border-color css
<style>
span { border-color: #0CAFBF; }
span { border-color: rgb(12,175,191); }
td.TdClassName
{
border-color: #0CAFBF;
}
.TagClassName
{
border-color: #0CAFBF;
}
</style>