Shades of Iris Blue #0CB1DA
Tints of Iris Blue #0CB1DA
RGB
CMYK
RGB Variations
Color information
#0CB1DA (or 0x0CB1DA) is known color: Iris Blue. HEX triplet: 0C, B1 and DA. RGB value is (12,177,218). Sum of RGB (Red+Green+Blue) = 12+177+218=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 177 (69.53% from 255 or 43.49% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CB1DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0CB1DA is #F34E25. Grayscale: #848484. Windows color (decimal): -15945254 or 14332172. OLE color: 14332172.
HSL color Cylindrical-coordinate representation of color #0CB1DA: hue angle of 191.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB1DA is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 177 | 218 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.15 |
| HSL | 191.94º | 0.9% | 0.45% | - |
| HSV(B) | 191.94º | 0.94% | 0.85% | - |
| XYZ | 28.53 | 36.58 | 71.89 | - |
| YUV | 132.34 | 176.34 | 42.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 177 | 218 | 0.94 | 0.19 | 0 | 0.15 | 191.94 | 0.9 | 0.45 |
| Hex | C | B1 | DA | 5E | 13 | 0 | F | C0 | 5A | 2D |
| Octal | 14 | 261 | 332 | 136 | 23 | 0 | 17 | 300 | 132 | 55 |
| Binary | 1100 | 10110001 | 11011010 | 1011110 | 10011 | 0 | 1111 | 11000000 | 1011010 | 101101 |
Color Harmonies of #0CB1DA
Complementary color
Monochromatic Colors of #0CB1DA
Black with #0CB1DA
Text Example
Text Example
White with #0CB1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB1DA; }
p { color: rgb(12,177,218); }
H1.HeaderClassName
{
color: #0CB1DA;
}
.AnyTagClassName
{
color: #0CB1DA;
}
</style>
background-color css
<style>
a { background-color: #0CB1DA; }
a { background-color: rgb(12,177,218); }
div.DivClassName
{
background-color: #0CB1DA;
}
.BgClassName
{
background-color: #0CB1DA;
}
</style>
border-color css
<style>
span { border-color: #0CB1DA; }
span { border-color: rgb(12,177,218); }
td.TdClassName
{
border-color: #0CB1DA;
}
.TagClassName
{
border-color: #0CB1DA;
}
</style>