Shades of Iris Blue #0CBECD
Tints of Iris Blue #0CBECD
RGB
CMYK
RGB Variations
Color information
#0CBECD (or 0x0CBECD) is known color: Iris Blue. HEX triplet: 0C, BE and CD. RGB value is (12,190,205). Sum of RGB (Red+Green+Blue) = 12+190+205=407 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.95% from 407); Green value is 190 (74.61% from 255 or 46.68% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #0CBECD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBECD is #F34132. Grayscale: #8A8A8A. Windows color (decimal): -15941939 or 13483532. OLE color: 13483532.
HSL color Cylindrical-coordinate representation of color #0CBECD: hue angle of 184.66º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBECD is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 12 | 190 | 205 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.20 |
| HSL | 184.66º | 0.89% | 0.43% | - |
| HSV(B) | 184.66º | 0.94% | 0.8% | - |
| XYZ | 29.58 | 41.31 | 64.17 | - |
| YUV | 138.49 | 165.53 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 205 | 0.94 | 0.07 | 0 | 0.20 | 184.66 | 0.89 | 0.43 |
| Hex | C | BE | CD | 5E | 7 | 0 | 14 | B9 | 59 | 2B |
| Octal | 14 | 276 | 315 | 136 | 7 | 0 | 24 | 271 | 131 | 53 |
| Binary | 1100 | 10111110 | 11001101 | 1011110 | 111 | 0 | 10100 | 10111001 | 1011001 | 101011 |
Color Harmonies of #0CBECD
Complementary color
Monochromatic Colors of #0CBECD
Black with #0CBECD
Text Example
Text Example
White with #0CBECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBECD; }
p { color: rgb(12,190,205); }
H1.HeaderClassName
{
color: #0CBECD;
}
.AnyTagClassName
{
color: #0CBECD;
}
</style>
background-color css
<style>
a { background-color: #0CBECD; }
a { background-color: rgb(12,190,205); }
div.DivClassName
{
background-color: #0CBECD;
}
.BgClassName
{
background-color: #0CBECD;
}
</style>
border-color css
<style>
span { border-color: #0CBECD; }
span { border-color: rgb(12,190,205); }
td.TdClassName
{
border-color: #0CBECD;
}
.TagClassName
{
border-color: #0CBECD;
}
</style>