Shades of Iris Blue #0CBECF
Tints of Iris Blue #0CBECF
RGB
CMYK
RGB Variations
Color information
#0CBECF (or 0x0CBECF) is known color: Iris Blue. HEX triplet: 0C, BE and CF. RGB value is (12,190,207). Sum of RGB (Red+Green+Blue) = 12+190+207=409 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.93% from 409); Green value is 190 (74.61% from 255 or 46.45% from 409); Blue value is 207 (81.25% from 255 or 50.61% from 409); Max value from RGB is 207 - color contains mainly: blue. Hex color #0CBECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CBECF is #F34130. Grayscale: #8A8A8A. Windows color (decimal): -15941937 or 13614604. OLE color: 13614604.
HSL color Cylindrical-coordinate representation of color #0CBECF: hue angle of 185.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBECF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 12 | 190 | 207 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.19 |
| HSL | 185.23º | 0.89% | 0.43% | - |
| HSV(B) | 185.23º | 0.94% | 0.81% | - |
| XYZ | 29.83 | 41.41 | 65.45 | - |
| YUV | 138.72 | 166.53 | 37.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 190 | 207 | 0.94 | 0.08 | 0 | 0.19 | 185.23 | 0.89 | 0.43 |
| Hex | C | BE | CF | 5E | 8 | 0 | 13 | B9 | 59 | 2B |
| Octal | 14 | 276 | 317 | 136 | 10 | 0 | 23 | 271 | 131 | 53 |
| Binary | 1100 | 10111110 | 11001111 | 1011110 | 1000 | 0 | 10011 | 10111001 | 1011001 | 101011 |
Color Harmonies of #0CBECF
Complementary color
Monochromatic Colors of #0CBECF
Black with #0CBECF
Text Example
Text Example
White with #0CBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CBECF; }
p { color: rgb(12,190,207); }
H1.HeaderClassName
{
color: #0CBECF;
}
.AnyTagClassName
{
color: #0CBECF;
}
</style>
background-color css
<style>
a { background-color: #0CBECF; }
a { background-color: rgb(12,190,207); }
div.DivClassName
{
background-color: #0CBECF;
}
.BgClassName
{
background-color: #0CBECF;
}
</style>
border-color css
<style>
span { border-color: #0CBECF; }
span { border-color: rgb(12,190,207); }
td.TdClassName
{
border-color: #0CBECF;
}
.TagClassName
{
border-color: #0CBECF;
}
</style>