Shades of Deep Sky Blue #0CCCEB
Tints of Deep Sky Blue #0CCCEB
RGB
CMYK
RGB Variations
Color information
#0CCCEB (or 0x0CCCEB) is known color: Deep Sky Blue. HEX triplet: 0C, CC and EB. RGB value is (12,204,235). Sum of RGB (Red+Green+Blue) = 12+204+235=451 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.66% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CCCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCEB is #F33314. Grayscale: #959595. Windows color (decimal): -15938325 or 15453196. OLE color: 15453196.
HSL color Cylindrical-coordinate representation of color #0CCCEB: hue angle of 188.34º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCEB is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 204 | 235 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.08 |
| HSL | 188.34º | 0.9% | 0.48% | - |
| HSV(B) | 188.34º | 0.95% | 0.92% | - |
| XYZ | 36.74 | 49.26 | 86.17 | - |
| YUV | 150.13 | 175.89 | 29.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 235 | 0.95 | 0.13 | 0 | 0.08 | 188.34 | 0.9 | 0.48 |
| Hex | C | CC | EB | 5F | D | 0 | 8 | BC | 5A | 30 |
| Octal | 14 | 314 | 353 | 137 | 15 | 0 | 10 | 274 | 132 | 60 |
| Binary | 1100 | 11001100 | 11101011 | 1011111 | 1101 | 0 | 1000 | 10111100 | 1011010 | 110000 |
Color Harmonies of #0CCCEB
Complementary color
Monochromatic Colors of #0CCCEB
Black with #0CCCEB
Text Example
Text Example
White with #0CCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCEB; }
p { color: rgb(12,204,235); }
H1.HeaderClassName
{
color: #0CCCEB;
}
.AnyTagClassName
{
color: #0CCCEB;
}
</style>
background-color css
<style>
a { background-color: #0CCCEB; }
a { background-color: rgb(12,204,235); }
div.DivClassName
{
background-color: #0CCCEB;
}
.BgClassName
{
background-color: #0CCCEB;
}
</style>
border-color css
<style>
span { border-color: #0CCCEB; }
span { border-color: rgb(12,204,235); }
td.TdClassName
{
border-color: #0CCCEB;
}
.TagClassName
{
border-color: #0CCCEB;
}
</style>