Shades of Deep Sky Blue #0CDCFE
Tints of Deep Sky Blue #0CDCFE
RGB
CMYK
RGB Variations
Color information
#0CDCFE (or 0x0CDCFE) is known color: Deep Sky Blue. HEX triplet: 0C, DC and FE. RGB value is (12,220,254). Sum of RGB (Red+Green+Blue) = 12+220+254=486 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CDCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDCFE is #F32301. Grayscale: #A1A1A1. Windows color (decimal): -15934210 or 16702476. OLE color: 16702476.
HSL color Cylindrical-coordinate representation of color #0CDCFE: hue angle of 188.43º 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 #0CDCFE is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 220 | 254 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.00 |
| HSL | 188.43º | 0.99% | 0.52% | - |
| HSV(B) | 188.43º | 0.95% | 1% | - |
| XYZ | 43.63 | 58.42 | 102.74 | - |
| YUV | 161.68 | 180.09 | 21.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 254 | 0.95 | 0.13 | 0 | 0.00 | 188.43 | 0.99 | 0.52 |
| Hex | C | DC | FE | 5F | D | 0 | 0 | BC | 63 | 34 |
| Octal | 14 | 334 | 376 | 137 | 15 | 0 | 0 | 274 | 143 | 64 |
| Binary | 1100 | 11011100 | 11111110 | 1011111 | 1101 | 0 | 0 | 10111100 | 1100011 | 110100 |
Color Harmonies of #0CDCFE
Complementary color
Monochromatic Colors of #0CDCFE
Black with #0CDCFE
Text Example
Text Example
White with #0CDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCFE; }
p { color: rgb(12,220,254); }
H1.HeaderClassName
{
color: #0CDCFE;
}
.AnyTagClassName
{
color: #0CDCFE;
}
</style>
background-color css
<style>
a { background-color: #0CDCFE; }
a { background-color: rgb(12,220,254); }
div.DivClassName
{
background-color: #0CDCFE;
}
.BgClassName
{
background-color: #0CDCFE;
}
</style>
border-color css
<style>
span { border-color: #0CDCFE; }
span { border-color: rgb(12,220,254); }
td.TdClassName
{
border-color: #0CDCFE;
}
.TagClassName
{
border-color: #0CDCFE;
}
</style>