Shades of Iris Blue #0CBDD5
Tints of Iris Blue #0CBDD5
RGB
CMYK
RGB Variations
Color information
#0CBDD5 (or 0x0CBDD5) is known color: Iris Blue. HEX triplet: 0C, BD and D5. RGB value is (12,189,213). Sum of RGB (Red+Green+Blue) = 12+189+213=414 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.90% from 414); Green value is 189 (74.22% from 255 or 45.65% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #0CBDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBDD5 is #F3422A. Grayscale: #8A8A8A. Windows color (decimal): -15942187 or 14007564. OLE color: 14007564.
HSL color Cylindrical-coordinate representation of color #0CBDD5: hue angle of 187.16º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBDD5 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 12 | 189 | 213 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.16 |
| HSL | 187.16º | 0.89% | 0.44% | - |
| HSV(B) | 187.16º | 0.94% | 0.84% | - |
| XYZ | 30.36 | 41.28 | 69.32 | - |
| YUV | 138.81 | 169.86 | 37.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 189 | 213 | 0.94 | 0.11 | 0 | 0.16 | 187.16 | 0.89 | 0.44 |
| Hex | C | BD | D5 | 5E | B | 0 | 10 | BB | 59 | 2C |
| Octal | 14 | 275 | 325 | 136 | 13 | 0 | 20 | 273 | 131 | 54 |
| Binary | 1100 | 10111101 | 11010101 | 1011110 | 1011 | 0 | 10000 | 10111011 | 1011001 | 101100 |
Color Harmonies of #0CBDD5
Complementary color
Monochromatic Colors of #0CBDD5
Black with #0CBDD5
Text Example
Text Example
White with #0CBDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBDD5; }
p { color: rgb(12,189,213); }
H1.HeaderClassName
{
color: #0CBDD5;
}
.AnyTagClassName
{
color: #0CBDD5;
}
</style>
background-color css
<style>
a { background-color: #0CBDD5; }
a { background-color: rgb(12,189,213); }
div.DivClassName
{
background-color: #0CBDD5;
}
.BgClassName
{
background-color: #0CBDD5;
}
</style>
border-color css
<style>
span { border-color: #0CBDD5; }
span { border-color: rgb(12,189,213); }
td.TdClassName
{
border-color: #0CBDD5;
}
.TagClassName
{
border-color: #0CBDD5;
}
</style>