Shades of Deep Sky Blue #0CADFF
Tints of Deep Sky Blue #0CADFF
RGB
CMYK
RGB Variations
Color information
#0CADFF (or 0x0CADFF) is known color: Deep Sky Blue. HEX triplet: 0C, AD and FF. RGB value is (12,173,255). Sum of RGB (Red+Green+Blue) = 12+173+255=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #0CADFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CADFF is #F35200. Grayscale: #858585. Windows color (decimal): -15946241 or 16755980. OLE color: 16755980.
HSL color Cylindrical-coordinate representation of color #0CADFF: hue angle of 200.25º 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 #0CADFF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 173 | 255 | - |
| CMYK | 0.95 | 0.32 | 0 | 0 |
| HSL | 200.25º | 1% | 0.52% | - |
| HSV(B) | 200.25º | 0.95% | 1% | - |
| XYZ | 33.15 | 37.19 | 100.04 | - |
| YUV | 134.21 | 196.16 | 40.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 255 | 0.95 | 0.32 | 0 | 0 | 200.25 | 1 | 0.52 |
| Hex | C | AD | FF | 5F | 20 | 0 | 0 | C8 | 64 | 34 |
| Octal | 14 | 255 | 377 | 137 | 40 | 0 | 0 | 310 | 144 | 64 |
| Binary | 1100 | 10101101 | 11111111 | 1011111 | 100000 | 0 | 0 | 11001000 | 1100100 | 110100 |
Color Harmonies of #0CADFF
Complementary color
Monochromatic Colors of #0CADFF
Black with #0CADFF
Text Example
Text Example
White with #0CADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADFF; }
p { color: rgb(12,173,255); }
H1.HeaderClassName
{
color: #0CADFF;
}
.AnyTagClassName
{
color: #0CADFF;
}
</style>
background-color css
<style>
a { background-color: #0CADFF; }
a { background-color: rgb(12,173,255); }
div.DivClassName
{
background-color: #0CADFF;
}
.BgClassName
{
background-color: #0CADFF;
}
</style>
border-color css
<style>
span { border-color: #0CADFF; }
span { border-color: rgb(12,173,255); }
td.TdClassName
{
border-color: #0CADFF;
}
.TagClassName
{
border-color: #0CADFF;
}
</style>