Shades of Deep Sky Blue #0CD0FF
Tints of Deep Sky Blue #0CD0FF
RGB
CMYK
RGB Variations
Color information
#0CD0FF (or 0x0CD0FF) is known color: Deep Sky Blue. HEX triplet: 0C, D0 and FF. RGB value is (12,208,255). Sum of RGB (Red+Green+Blue) = 12+208+255=475 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 255 (100% from 255 or 53.68% from 475); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CD0FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0CD0FF is #F32F00. Grayscale: #9A9A9A. Windows color (decimal): -15937281 or 16764940. OLE color: 16764940.
HSL color Cylindrical-coordinate representation of color #0CD0FF: hue angle of 191.6º 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 #0CD0FF is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 208 | 255 | - |
| CMYK | 0.95 | 0.18 | 0 | 0 |
| HSL | 191.6º | 1% | 0.52% | - |
| HSV(B) | 191.6º | 0.95% | 1% | - |
| XYZ | 40.76 | 52.41 | 102.58 | - |
| YUV | 154.75 | 184.57 | 26.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 208 | 255 | 0.95 | 0.18 | 0 | 0 | 191.6 | 1 | 0.52 |
| Hex | C | D0 | FF | 5F | 12 | 0 | 0 | C0 | 64 | 34 |
| Octal | 14 | 320 | 377 | 137 | 22 | 0 | 0 | 300 | 144 | 64 |
| Binary | 1100 | 11010000 | 11111111 | 1011111 | 10010 | 0 | 0 | 11000000 | 1100100 | 110100 |
Color Harmonies of #0CD0FF
Complementary color
Monochromatic Colors of #0CD0FF
Black with #0CD0FF
Text Example
Text Example
White with #0CD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CD0FF; }
p { color: rgb(12,208,255); }
H1.HeaderClassName
{
color: #0CD0FF;
}
.AnyTagClassName
{
color: #0CD0FF;
}
</style>
background-color css
<style>
a { background-color: #0CD0FF; }
a { background-color: rgb(12,208,255); }
div.DivClassName
{
background-color: #0CD0FF;
}
.BgClassName
{
background-color: #0CD0FF;
}
</style>
border-color css
<style>
span { border-color: #0CD0FF; }
span { border-color: rgb(12,208,255); }
td.TdClassName
{
border-color: #0CD0FF;
}
.TagClassName
{
border-color: #0CD0FF;
}
</style>