Shades of Iris Blue #0CB3DA
Tints of Iris Blue #0CB3DA
RGB
CMYK
RGB Variations
Color information
#0CB3DA (or 0x0CB3DA) is known color: Iris Blue. HEX triplet: 0C, B3 and DA. RGB value is (12,179,218). Sum of RGB (Red+Green+Blue) = 12+179+218=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 179 (70.31% from 255 or 43.77% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #0CB3DA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB3DA is #F34C25. Grayscale: #858585. Windows color (decimal): -15944742 or 14332684. OLE color: 14332684.
HSL color Cylindrical-coordinate representation of color #0CB3DA: hue angle of 191.36º 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 #0CB3DA is Cyan = 0.94, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 12 | 179 | 218 | - |
| CMYK | 0.94 | 0.18 | 0 | 0.15 |
| HSL | 191.36º | 0.9% | 0.45% | - |
| HSV(B) | 191.36º | 0.94% | 0.85% | - |
| XYZ | 28.93 | 37.38 | 72.02 | - |
| YUV | 133.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 179 | 218 | 0.94 | 0.18 | 0 | 0.15 | 191.36 | 0.9 | 0.45 |
| Hex | C | B3 | DA | 5E | 12 | 0 | F | BF | 5A | 2D |
| Octal | 14 | 263 | 332 | 136 | 22 | 0 | 17 | 277 | 132 | 55 |
| Binary | 1100 | 10110011 | 11011010 | 1011110 | 10010 | 0 | 1111 | 10111111 | 1011010 | 101101 |
Color Harmonies of #0CB3DA
Complementary color
Monochromatic Colors of #0CB3DA
Black with #0CB3DA
Text Example
Text Example
White with #0CB3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB3DA; }
p { color: rgb(12,179,218); }
H1.HeaderClassName
{
color: #0CB3DA;
}
.AnyTagClassName
{
color: #0CB3DA;
}
</style>
background-color css
<style>
a { background-color: #0CB3DA; }
a { background-color: rgb(12,179,218); }
div.DivClassName
{
background-color: #0CB3DA;
}
.BgClassName
{
background-color: #0CB3DA;
}
</style>
border-color css
<style>
span { border-color: #0CB3DA; }
span { border-color: rgb(12,179,218); }
td.TdClassName
{
border-color: #0CB3DA;
}
.TagClassName
{
border-color: #0CB3DA;
}
</style>