Shades of Deep Sky Blue #0CCEEB
Tints of Deep Sky Blue #0CCEEB
RGB
CMYK
RGB Variations
Color information
#0CCEEB (or 0x0CCEEB) is known color: Deep Sky Blue. HEX triplet: 0C, CE and EB. RGB value is (12,206,235). Sum of RGB (Red+Green+Blue) = 12+206+235=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 206 (80.86% from 255 or 45.47% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #0CCEEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCEEB is #F33114. Grayscale: #969696. Windows color (decimal): -15937813 or 15453708. OLE color: 15453708.
HSL color Cylindrical-coordinate representation of color #0CCEEB: hue angle of 187.8º 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 #0CCEEB is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 12 | 206 | 235 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.08 |
| HSL | 187.8º | 0.9% | 0.48% | - |
| HSV(B) | 187.8º | 0.95% | 0.92% | - |
| XYZ | 37.22 | 50.22 | 86.33 | - |
| YUV | 151.3 | 175.23 | 28.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 235 | 0.95 | 0.12 | 0 | 0.08 | 187.8 | 0.9 | 0.48 |
| Hex | C | CE | EB | 5F | C | 0 | 8 | BC | 5A | 30 |
| Octal | 14 | 316 | 353 | 137 | 14 | 0 | 10 | 274 | 132 | 60 |
| Binary | 1100 | 11001110 | 11101011 | 1011111 | 1100 | 0 | 1000 | 10111100 | 1011010 | 110000 |
Color Harmonies of #0CCEEB
Complementary color
Monochromatic Colors of #0CCEEB
Black with #0CCEEB
Text Example
Text Example
White with #0CCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEEB; }
p { color: rgb(12,206,235); }
H1.HeaderClassName
{
color: #0CCEEB;
}
.AnyTagClassName
{
color: #0CCEEB;
}
</style>
background-color css
<style>
a { background-color: #0CCEEB; }
a { background-color: rgb(12,206,235); }
div.DivClassName
{
background-color: #0CCEEB;
}
.BgClassName
{
background-color: #0CCEEB;
}
</style>
border-color css
<style>
span { border-color: #0CCEEB; }
span { border-color: rgb(12,206,235); }
td.TdClassName
{
border-color: #0CCEEB;
}
.TagClassName
{
border-color: #0CCEEB;
}
</style>