Shades of Deep Sky Blue #0DCAFC
Tints of Deep Sky Blue #0DCAFC
RGB
CMYK
RGB Variations
Color information
#0DCAFC (or 0x0DCAFC) is known color: Deep Sky Blue. HEX triplet: 0D, CA and FC. RGB value is (13,202,252). Sum of RGB (Red+Green+Blue) = 13+202+252=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DCAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCAFC is #F23503. Grayscale: #969696. Windows color (decimal): -15873284 or 16566797. OLE color: 16566797.
HSL color Cylindrical-coordinate representation of color #0DCAFC: hue angle of 192.55º 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 #0DCAFC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 202 | 252 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.01 |
| HSL | 192.55º | 0.98% | 0.52% | - |
| HSV(B) | 192.55º | 0.95% | 0.99% | - |
| XYZ | 38.86 | 49.35 | 99.57 | - |
| YUV | 151.19 | 184.88 | 29.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 202 | 252 | 0.95 | 0.20 | 0 | 0.01 | 192.55 | 0.98 | 0.52 |
| Hex | D | CA | FC | 5F | 14 | 0 | 1 | C1 | 62 | 34 |
| Octal | 15 | 312 | 374 | 137 | 24 | 0 | 1 | 301 | 142 | 64 |
| Binary | 1101 | 11001010 | 11111100 | 1011111 | 10100 | 0 | 1 | 11000001 | 1100010 | 110100 |
Color Harmonies of #0DCAFC
Complementary color
Monochromatic Colors of #0DCAFC
Black with #0DCAFC
Text Example
Text Example
White with #0DCAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCAFC; }
p { color: rgb(13,202,252); }
H1.HeaderClassName
{
color: #0DCAFC;
}
.AnyTagClassName
{
color: #0DCAFC;
}
</style>
background-color css
<style>
a { background-color: #0DCAFC; }
a { background-color: rgb(13,202,252); }
div.DivClassName
{
background-color: #0DCAFC;
}
.BgClassName
{
background-color: #0DCAFC;
}
</style>
border-color css
<style>
span { border-color: #0DCAFC; }
span { border-color: rgb(13,202,252); }
td.TdClassName
{
border-color: #0DCAFC;
}
.TagClassName
{
border-color: #0DCAFC;
}
</style>