Shades of Deep Sky Blue #0AD0FC
Tints of Deep Sky Blue #0AD0FC
RGB
CMYK
RGB Variations
Color information
#0AD0FC (or 0x0AD0FC) is known color: Deep Sky Blue. HEX triplet: 0A, D0 and FC. RGB value is (10,208,252). Sum of RGB (Red+Green+Blue) = 10+208+252=470 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.13% from 470); Green value is 208 (81.64% from 255 or 44.26% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #0AD0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD0FC is #F52F03. Grayscale: #999999. Windows color (decimal): -16068356 or 16568330. OLE color: 16568330.
HSL color Cylindrical-coordinate representation of color #0AD0FC: hue angle of 190.91º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD0FC is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 208 | 252 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.01 |
| HSL | 190.91º | 0.98% | 0.51% | - |
| HSV(B) | 190.91º | 0.96% | 0.99% | - |
| XYZ | 40.25 | 52.2 | 100.05 | - |
| YUV | 153.81 | 183.4 | 25.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 208 | 252 | 0.96 | 0.17 | 0 | 0.01 | 190.91 | 0.98 | 0.51 |
| Hex | A | D0 | FC | 60 | 11 | 0 | 1 | BF | 62 | 33 |
| Octal | 12 | 320 | 374 | 140 | 21 | 0 | 1 | 277 | 142 | 63 |
| Binary | 1010 | 11010000 | 11111100 | 1100000 | 10001 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #0AD0FC
Complementary color
Monochromatic Colors of #0AD0FC
Black with #0AD0FC
Text Example
Text Example
White with #0AD0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD0FC; }
p { color: rgb(10,208,252); }
H1.HeaderClassName
{
color: #0AD0FC;
}
.AnyTagClassName
{
color: #0AD0FC;
}
</style>
background-color css
<style>
a { background-color: #0AD0FC; }
a { background-color: rgb(10,208,252); }
div.DivClassName
{
background-color: #0AD0FC;
}
.BgClassName
{
background-color: #0AD0FC;
}
</style>
border-color css
<style>
span { border-color: #0AD0FC; }
span { border-color: rgb(10,208,252); }
td.TdClassName
{
border-color: #0AD0FC;
}
.TagClassName
{
border-color: #0AD0FC;
}
</style>