Shades of Deep Sky Blue #0CADFD
Tints of Deep Sky Blue #0CADFD
RGB
CMYK
RGB Variations
Color information
#0CADFD (or 0x0CADFD) is known color: Deep Sky Blue. HEX triplet: 0C, AD and FD. RGB value is (12,173,253). Sum of RGB (Red+Green+Blue) = 12+173+253=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 253 (99.22% from 255 or 57.76% from 438); Max value from RGB is 253 - color contains mainly: blue. Hex color #0CADFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0CADFD is #F35202. Grayscale: #858585. Windows color (decimal): -15946243 or 16624908. OLE color: 16624908.
HSL color Cylindrical-coordinate representation of color #0CADFD: hue angle of 199.92º 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 #0CADFD is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 173 | 253 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.01 |
| HSL | 199.92º | 0.98% | 0.52% | - |
| HSV(B) | 199.92º | 0.95% | 0.99% | - |
| XYZ | 32.82 | 37.06 | 98.35 | - |
| YUV | 133.98 | 195.16 | 41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 173 | 253 | 0.95 | 0.32 | 0 | 0.01 | 199.92 | 0.98 | 0.52 |
| Hex | C | AD | FD | 5F | 20 | 0 | 1 | C8 | 62 | 34 |
| Octal | 14 | 255 | 375 | 137 | 40 | 0 | 1 | 310 | 142 | 64 |
| Binary | 1100 | 10101101 | 11111101 | 1011111 | 100000 | 0 | 1 | 11001000 | 1100010 | 110100 |
Color Harmonies of #0CADFD
Complementary color
Monochromatic Colors of #0CADFD
Black with #0CADFD
Text Example
Text Example
White with #0CADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CADFD; }
p { color: rgb(12,173,253); }
H1.HeaderClassName
{
color: #0CADFD;
}
.AnyTagClassName
{
color: #0CADFD;
}
</style>
background-color css
<style>
a { background-color: #0CADFD; }
a { background-color: rgb(12,173,253); }
div.DivClassName
{
background-color: #0CADFD;
}
.BgClassName
{
background-color: #0CADFD;
}
</style>
border-color css
<style>
span { border-color: #0CADFD; }
span { border-color: rgb(12,173,253); }
td.TdClassName
{
border-color: #0CADFD;
}
.TagClassName
{
border-color: #0CADFD;
}
</style>