Shades of Iris Blue #0CB8CA
Tints of Iris Blue #0CB8CA
RGB
CMYK
RGB Variations
Color information
#0CB8CA (or 0x0CB8CA) is known color: Iris Blue. HEX triplet: 0C, B8 and CA. RGB value is (12,184,202). Sum of RGB (Red+Green+Blue) = 12+184+202=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #0CB8CA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB8CA is #F34735. Grayscale: #868686. Windows color (decimal): -15943478 or 13285388. OLE color: 13285388.
HSL color Cylindrical-coordinate representation of color #0CB8CA: hue angle of 185.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB8CA is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 12 | 184 | 202 | - |
| CMYK | 0.94 | 0.09 | 0 | 0.21 |
| HSL | 185.68º | 0.89% | 0.42% | - |
| HSV(B) | 185.68º | 0.94% | 0.79% | - |
| XYZ | 27.95 | 38.62 | 61.86 | - |
| YUV | 134.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 202 | 0.94 | 0.09 | 0 | 0.21 | 185.68 | 0.89 | 0.42 |
| Hex | C | B8 | CA | 5E | 9 | 0 | 15 | BA | 59 | 2A |
| Octal | 14 | 270 | 312 | 136 | 11 | 0 | 25 | 272 | 131 | 52 |
| Binary | 1100 | 10111000 | 11001010 | 1011110 | 1001 | 0 | 10101 | 10111010 | 1011001 | 101010 |
Color Harmonies of #0CB8CA
Complementary color
Monochromatic Colors of #0CB8CA
Black with #0CB8CA
Text Example
Text Example
White with #0CB8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB8CA; }
p { color: rgb(12,184,202); }
H1.HeaderClassName
{
color: #0CB8CA;
}
.AnyTagClassName
{
color: #0CB8CA;
}
</style>
background-color css
<style>
a { background-color: #0CB8CA; }
a { background-color: rgb(12,184,202); }
div.DivClassName
{
background-color: #0CB8CA;
}
.BgClassName
{
background-color: #0CB8CA;
}
</style>
border-color css
<style>
span { border-color: #0CB8CA; }
span { border-color: rgb(12,184,202); }
td.TdClassName
{
border-color: #0CB8CA;
}
.TagClassName
{
border-color: #0CB8CA;
}
</style>