Shades of Iris Blue #0CBADA
Tints of Iris Blue #0CBADA
RGB
CMYK
RGB Variations
Color information
#0CBADA (or 0x0CBADA) is known color: Iris Blue. HEX triplet: 0C, BA and DA. RGB value is (12,186,218). Sum of RGB (Red+Green+Blue) = 12+186+218=416 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.88% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CBADA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBADA is #F34525. Grayscale: #898989. Windows color (decimal): -15942950 or 14334476. OLE color: 14334476.
HSL color Cylindrical-coordinate representation of color #0CBADA: hue angle of 189.32º 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 #0CBADA is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 186 | 218 | - |
| CMYK | 0.94 | 0.15 | 0 | 0.15 |
| HSL | 189.32º | 0.9% | 0.45% | - |
| HSV(B) | 189.32º | 0.94% | 0.85% | - |
| XYZ | 30.37 | 40.26 | 72.5 | - |
| YUV | 137.62 | 173.35 | 38.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 186 | 218 | 0.94 | 0.15 | 0 | 0.15 | 189.32 | 0.9 | 0.45 |
| Hex | C | BA | DA | 5E | F | 0 | F | BD | 5A | 2D |
| Octal | 14 | 272 | 332 | 136 | 17 | 0 | 17 | 275 | 132 | 55 |
| Binary | 1100 | 10111010 | 11011010 | 1011110 | 1111 | 0 | 1111 | 10111101 | 1011010 | 101101 |
Color Harmonies of #0CBADA
Complementary color
Monochromatic Colors of #0CBADA
Black with #0CBADA
Text Example
Text Example
White with #0CBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBADA; }
p { color: rgb(12,186,218); }
H1.HeaderClassName
{
color: #0CBADA;
}
.AnyTagClassName
{
color: #0CBADA;
}
</style>
background-color css
<style>
a { background-color: #0CBADA; }
a { background-color: rgb(12,186,218); }
div.DivClassName
{
background-color: #0CBADA;
}
.BgClassName
{
background-color: #0CBADA;
}
</style>
border-color css
<style>
span { border-color: #0CBADA; }
span { border-color: rgb(12,186,218); }
td.TdClassName
{
border-color: #0CBADA;
}
.TagClassName
{
border-color: #0CBADA;
}
</style>