Shades of Deep Sky Blue #0CCCEE
Tints of Deep Sky Blue #0CCCEE
RGB
CMYK
RGB Variations
Color information
#0CCCEE (or 0x0CCCEE) is known color: Deep Sky Blue. HEX triplet: 0C, CC and EE. RGB value is (12,204,238). Sum of RGB (Red+Green+Blue) = 12+204+238=454 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 238 (93.36% from 255 or 52.42% from 454); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CCCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCCEE is #F33311. Grayscale: #969696. Windows color (decimal): -15938322 or 15649804. OLE color: 15649804.
HSL color Cylindrical-coordinate representation of color #0CCCEE: hue angle of 189.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCCEE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 204 | 238 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 189.03º | 0.9% | 0.49% | - |
| HSV(B) | 189.03º | 0.95% | 0.93% | - |
| XYZ | 37.18 | 49.44 | 88.47 | - |
| YUV | 150.47 | 177.39 | 29.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 238 | 0.95 | 0.14 | 0 | 0.07 | 189.03 | 0.9 | 0.49 |
| Hex | C | CC | EE | 5F | E | 0 | 7 | BD | 5A | 31 |
| Octal | 14 | 314 | 356 | 137 | 16 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1100 | 11001100 | 11101110 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0CCCEE
Complementary color
Monochromatic Colors of #0CCCEE
Black with #0CCCEE
Text Example
Text Example
White with #0CCCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCEE; }
p { color: rgb(12,204,238); }
H1.HeaderClassName
{
color: #0CCCEE;
}
.AnyTagClassName
{
color: #0CCCEE;
}
</style>
background-color css
<style>
a { background-color: #0CCCEE; }
a { background-color: rgb(12,204,238); }
div.DivClassName
{
background-color: #0CCCEE;
}
.BgClassName
{
background-color: #0CCCEE;
}
</style>
border-color css
<style>
span { border-color: #0CCCEE; }
span { border-color: rgb(12,204,238); }
td.TdClassName
{
border-color: #0CCCEE;
}
.TagClassName
{
border-color: #0CCCEE;
}
</style>