Shades of Deep Sky Blue #0CDEFF
Tints of Deep Sky Blue #0CDEFF
RGB
CMYK
RGB Variations
Color information
#0CDEFF (or 0x0CDEFF) is known color: Deep Sky Blue. HEX triplet: 0C, DE and FF. RGB value is (12,222,255). Sum of RGB (Red+Green+Blue) = 12+222+255=489 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.45% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CDEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDEFF is #F32100. Grayscale: #A2A2A2. Windows color (decimal): -15933697 or 16768524. OLE color: 16768524.
HSL color Cylindrical-coordinate representation of color #0CDEFF: hue angle of 188.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDEFF is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 222 | 255 | - |
| CMYK | 0.95 | 0.13 | 0 | 0 |
| HSL | 188.15º | 1% | 0.52% | - |
| HSV(B) | 188.15º | 0.95% | 1% | - |
| XYZ | 44.32 | 59.54 | 103.76 | - |
| YUV | 162.97 | 179.93 | 20.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 222 | 255 | 0.95 | 0.13 | 0 | 0 | 188.15 | 1 | 0.52 |
| Hex | C | DE | FF | 5F | D | 0 | 0 | BC | 64 | 34 |
| Octal | 14 | 336 | 377 | 137 | 15 | 0 | 0 | 274 | 144 | 64 |
| Binary | 1100 | 11011110 | 11111111 | 1011111 | 1101 | 0 | 0 | 10111100 | 1100100 | 110100 |
Color Harmonies of #0CDEFF
Complementary color
Monochromatic Colors of #0CDEFF
Black with #0CDEFF
Text Example
Text Example
White with #0CDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDEFF; }
p { color: rgb(12,222,255); }
H1.HeaderClassName
{
color: #0CDEFF;
}
.AnyTagClassName
{
color: #0CDEFF;
}
</style>
background-color css
<style>
a { background-color: #0CDEFF; }
a { background-color: rgb(12,222,255); }
div.DivClassName
{
background-color: #0CDEFF;
}
.BgClassName
{
background-color: #0CDEFF;
}
</style>
border-color css
<style>
span { border-color: #0CDEFF; }
span { border-color: rgb(12,222,255); }
td.TdClassName
{
border-color: #0CDEFF;
}
.TagClassName
{
border-color: #0CDEFF;
}
</style>