Shades of Iris Blue #0CB5DD
Tints of Iris Blue #0CB5DD
RGB
CMYK
RGB Variations
Color information
#0CB5DD (or 0x0CB5DD) is known color: Iris Blue. HEX triplet: 0C, B5 and DD. RGB value is (12,181,221). Sum of RGB (Red+Green+Blue) = 12+181+221=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #0CB5DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CB5DD is #F34A22. Grayscale: #868686. Windows color (decimal): -15944227 or 14529804. OLE color: 14529804.
HSL color Cylindrical-coordinate representation of color #0CB5DD: hue angle of 191.48º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CB5DD is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 181 | 221 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.13 |
| HSL | 191.48º | 0.9% | 0.46% | - |
| HSV(B) | 191.48º | 0.95% | 0.87% | - |
| XYZ | 29.73 | 38.35 | 74.24 | - |
| YUV | 135.03 | 176.51 | 40.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 181 | 221 | 0.95 | 0.18 | 0 | 0.13 | 191.48 | 0.9 | 0.46 |
| Hex | C | B5 | DD | 5F | 12 | 0 | D | BF | 5A | 2E |
| Octal | 14 | 265 | 335 | 137 | 22 | 0 | 15 | 277 | 132 | 56 |
| Binary | 1100 | 10110101 | 11011101 | 1011111 | 10010 | 0 | 1101 | 10111111 | 1011010 | 101110 |
Color Harmonies of #0CB5DD
Complementary color
Monochromatic Colors of #0CB5DD
Black with #0CB5DD
Text Example
Text Example
White with #0CB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB5DD; }
p { color: rgb(12,181,221); }
H1.HeaderClassName
{
color: #0CB5DD;
}
.AnyTagClassName
{
color: #0CB5DD;
}
</style>
background-color css
<style>
a { background-color: #0CB5DD; }
a { background-color: rgb(12,181,221); }
div.DivClassName
{
background-color: #0CB5DD;
}
.BgClassName
{
background-color: #0CB5DD;
}
</style>
border-color css
<style>
span { border-color: #0CB5DD; }
span { border-color: rgb(12,181,221); }
td.TdClassName
{
border-color: #0CB5DD;
}
.TagClassName
{
border-color: #0CB5DD;
}
</style>