Shades of Deep Sky Blue #0CDCFD
Tints of Deep Sky Blue #0CDCFD
RGB
CMYK
RGB Variations
Color information
#0CDCFD (or 0x0CDCFD) is known color: Deep Sky Blue. HEX triplet: 0C, DC and FD. RGB value is (12,220,253). Sum of RGB (Red+Green+Blue) = 12+220+253=485 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.47% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CDCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CDCFD is #F32302. Grayscale: #A1A1A1. Windows color (decimal): -15934211 or 16636940. OLE color: 16636940.
HSL color Cylindrical-coordinate representation of color #0CDCFD: hue angle of 188.22º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDCFD is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 220 | 253 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.01 |
| HSL | 188.22º | 0.98% | 0.52% | - |
| HSV(B) | 188.22º | 0.95% | 0.99% | - |
| XYZ | 43.47 | 58.36 | 101.9 | - |
| YUV | 161.57 | 179.59 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 220 | 253 | 0.95 | 0.13 | 0 | 0.01 | 188.22 | 0.98 | 0.52 |
| Hex | C | DC | FD | 5F | D | 0 | 1 | BC | 62 | 34 |
| Octal | 14 | 334 | 375 | 137 | 15 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1100 | 11011100 | 11111101 | 1011111 | 1101 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0CDCFD
Complementary color
Monochromatic Colors of #0CDCFD
Black with #0CDCFD
Text Example
Text Example
White with #0CDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDCFD; }
p { color: rgb(12,220,253); }
H1.HeaderClassName
{
color: #0CDCFD;
}
.AnyTagClassName
{
color: #0CDCFD;
}
</style>
background-color css
<style>
a { background-color: #0CDCFD; }
a { background-color: rgb(12,220,253); }
div.DivClassName
{
background-color: #0CDCFD;
}
.BgClassName
{
background-color: #0CDCFD;
}
</style>
border-color css
<style>
span { border-color: #0CDCFD; }
span { border-color: rgb(12,220,253); }
td.TdClassName
{
border-color: #0CDCFD;
}
.TagClassName
{
border-color: #0CDCFD;
}
</style>