Shades of Iris Blue #0CBFC8
Tints of Iris Blue #0CBFC8
RGB
CMYK
RGB Variations
Color information
#0CBFC8 (or 0x0CBFC8) is known color: Iris Blue. HEX triplet: 0C, BF and C8. RGB value is (12,191,200). Sum of RGB (Red+Green+Blue) = 12+191+200=403 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.98% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #0CBFC8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBFC8 is #F34037. Grayscale: #8A8A8A. Windows color (decimal): -15941688 or 13156108. OLE color: 13156108.
HSL color Cylindrical-coordinate representation of color #0CBFC8: hue angle of 182.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBFC8 is Cyan = 0.94, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 12 | 191 | 200 | - |
| CMYK | 0.94 | 0.04 | 0 | 0.22 |
| HSL | 182.87º | 0.89% | 0.42% | - |
| HSV(B) | 182.87º | 0.94% | 0.78% | - |
| XYZ | 29.21 | 41.51 | 61.12 | - |
| YUV | 138.51 | 162.7 | 37.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 191 | 200 | 0.94 | 0.04 | 0 | 0.22 | 182.87 | 0.89 | 0.42 |
| Hex | C | BF | C8 | 5E | 4 | 0 | 16 | B7 | 59 | 2A |
| Octal | 14 | 277 | 310 | 136 | 4 | 0 | 26 | 267 | 131 | 52 |
| Binary | 1100 | 10111111 | 11001000 | 1011110 | 100 | 0 | 10110 | 10110111 | 1011001 | 101010 |
Color Harmonies of #0CBFC8
Complementary color
Monochromatic Colors of #0CBFC8
Black with #0CBFC8
Text Example
Text Example
White with #0CBFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBFC8; }
p { color: rgb(12,191,200); }
H1.HeaderClassName
{
color: #0CBFC8;
}
.AnyTagClassName
{
color: #0CBFC8;
}
</style>
background-color css
<style>
a { background-color: #0CBFC8; }
a { background-color: rgb(12,191,200); }
div.DivClassName
{
background-color: #0CBFC8;
}
.BgClassName
{
background-color: #0CBFC8;
}
</style>
border-color css
<style>
span { border-color: #0CBFC8; }
span { border-color: rgb(12,191,200); }
td.TdClassName
{
border-color: #0CBFC8;
}
.TagClassName
{
border-color: #0CBFC8;
}
</style>