Shades of Deep Sky Blue #0CCDEE
Tints of Deep Sky Blue #0CCDEE
RGB
CMYK
RGB Variations
Color information
#0CCDEE (or 0x0CCDEE) is known color: Deep Sky Blue. HEX triplet: 0C, CD and EE. RGB value is (12,205,238). Sum of RGB (Red+Green+Blue) = 12+205+238=455 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.64% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #0CCDEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CCDEE is #F33211. Grayscale: #969696. Windows color (decimal): -15938066 or 15650060. OLE color: 15650060.
HSL color Cylindrical-coordinate representation of color #0CCDEE: hue angle of 188.76º 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 #0CCDEE is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 12 | 205 | 238 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.07 |
| HSL | 188.76º | 0.9% | 0.49% | - |
| HSV(B) | 188.76º | 0.95% | 0.93% | - |
| XYZ | 37.42 | 49.91 | 88.55 | - |
| YUV | 151.06 | 177.06 | 28.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 205 | 238 | 0.95 | 0.14 | 0 | 0.07 | 188.76 | 0.9 | 0.49 |
| Hex | C | CD | EE | 5F | E | 0 | 7 | BD | 5A | 31 |
| Octal | 14 | 315 | 356 | 137 | 16 | 0 | 7 | 275 | 132 | 61 |
| Binary | 1100 | 11001101 | 11101110 | 1011111 | 1110 | 0 | 111 | 10111101 | 1011010 | 110001 |
Color Harmonies of #0CCDEE
Complementary color
Monochromatic Colors of #0CCDEE
Black with #0CCDEE
Text Example
Text Example
White with #0CCDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCDEE; }
p { color: rgb(12,205,238); }
H1.HeaderClassName
{
color: #0CCDEE;
}
.AnyTagClassName
{
color: #0CCDEE;
}
</style>
background-color css
<style>
a { background-color: #0CCDEE; }
a { background-color: rgb(12,205,238); }
div.DivClassName
{
background-color: #0CCDEE;
}
.BgClassName
{
background-color: #0CCDEE;
}
</style>
border-color css
<style>
span { border-color: #0CCDEE; }
span { border-color: rgb(12,205,238); }
td.TdClassName
{
border-color: #0CCDEE;
}
.TagClassName
{
border-color: #0CCDEE;
}
</style>