Shades of Deep Sky Blue #0CADEF
Tints of Deep Sky Blue #0CADEF
RGB
CMYK
RGB Variations
Color information
#0CADEF (or 0x0CADEF) is known color: Deep Sky Blue. HEX triplet: 0C, AD and EF. RGB value is (12,173,239). Sum of RGB (Red+Green+Blue) = 12+173+239=424 (56% of max value = 765). Red value is 12 (5.08% from 255 or 2.83% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 239 (93.75% from 255 or 56.37% from 424); Max value from RGB is 239 - color contains mainly: blue. Hex color #0CADEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CADEF is #F35210. Grayscale: #838383. Windows color (decimal): -15946257 or 15707404. OLE color: 15707404.
HSL color Cylindrical-coordinate representation of color #0CADEF: hue angle of 197.44º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CADEF is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 173 | 239 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.06 |
| HSL | 197.44º | 0.9% | 0.49% | - |
| HSV(B) | 197.44º | 0.95% | 0.94% | - |
| XYZ | 30.68 | 36.2 | 87.03 | - |
| YUV | 132.39 | 188.16 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 239 | 0.95 | 0.28 | 0 | 0.06 | 197.44 | 0.9 | 0.49 |
| Hex | C | AD | EF | 5F | 1C | 0 | 6 | C5 | 5A | 31 |
| Octal | 14 | 255 | 357 | 137 | 34 | 0 | 6 | 305 | 132 | 61 |
| Binary | 1100 | 10101101 | 11101111 | 1011111 | 11100 | 0 | 110 | 11000101 | 1011010 | 110001 |
Color Harmonies of #0CADEF
Complementary color
Monochromatic Colors of #0CADEF
Black with #0CADEF
Text Example
Text Example
White with #0CADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADEF; }
p { color: rgb(12,173,239); }
H1.HeaderClassName
{
color: #0CADEF;
}
.AnyTagClassName
{
color: #0CADEF;
}
</style>
background-color css
<style>
a { background-color: #0CADEF; }
a { background-color: rgb(12,173,239); }
div.DivClassName
{
background-color: #0CADEF;
}
.BgClassName
{
background-color: #0CADEF;
}
</style>
border-color css
<style>
span { border-color: #0CADEF; }
span { border-color: rgb(12,173,239); }
td.TdClassName
{
border-color: #0CADEF;
}
.TagClassName
{
border-color: #0CADEF;
}
</style>