Shades of Deep Sky Blue #0CDDFE
Tints of Deep Sky Blue #0CDDFE
RGB
CMYK
RGB Variations
Color information
#0CDDFE (or 0x0CDDFE) is known color: Deep Sky Blue. HEX triplet: 0C, DD and FE. RGB value is (12,221,254). Sum of RGB (Red+Green+Blue) = 12+221+254=487 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CDDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDDFE is #F32201. Grayscale: #A1A1A1. Windows color (decimal): -15933954 or 16702732. OLE color: 16702732.
HSL color Cylindrical-coordinate representation of color #0CDDFE: hue angle of 188.18º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDFE is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 221 | 254 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.00 |
| HSL | 188.18º | 0.99% | 0.52% | - |
| HSV(B) | 188.18º | 0.95% | 1% | - |
| XYZ | 43.9 | 58.95 | 102.83 | - |
| YUV | 162.27 | 179.76 | 20.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 254 | 0.95 | 0.13 | 0 | 0.00 | 188.18 | 0.99 | 0.52 |
| Hex | C | DD | FE | 5F | D | 0 | 0 | BC | 63 | 34 |
| Octal | 14 | 335 | 376 | 137 | 15 | 0 | 0 | 274 | 143 | 64 |
| Binary | 1100 | 11011101 | 11111110 | 1011111 | 1101 | 0 | 0 | 10111100 | 1100011 | 110100 |
Color Harmonies of #0CDDFE
Complementary color
Monochromatic Colors of #0CDDFE
Black with #0CDDFE
Text Example
Text Example
White with #0CDDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDFE; }
p { color: rgb(12,221,254); }
H1.HeaderClassName
{
color: #0CDDFE;
}
.AnyTagClassName
{
color: #0CDDFE;
}
</style>
background-color css
<style>
a { background-color: #0CDDFE; }
a { background-color: rgb(12,221,254); }
div.DivClassName
{
background-color: #0CDDFE;
}
.BgClassName
{
background-color: #0CDDFE;
}
</style>
border-color css
<style>
span { border-color: #0CDDFE; }
span { border-color: rgb(12,221,254); }
td.TdClassName
{
border-color: #0CDDFE;
}
.TagClassName
{
border-color: #0CDDFE;
}
</style>