Shades of Deep Sky Blue #0AD2FD
Tints of Deep Sky Blue #0AD2FD
RGB
CMYK
RGB Variations
Color information
#0AD2FD (or 0x0AD2FD) is known color: Deep Sky Blue. HEX triplet: 0A, D2 and FD. RGB value is (10,210,253). Sum of RGB (Red+Green+Blue) = 10+210+253=473 (62% of max value = 765). Red value is 10 (4.30% from 255 or 2.11% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #0AD2FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AD2FD is #F52D02. Grayscale: #9A9A9A. Windows color (decimal): -16067843 or 16634378. OLE color: 16634378.
HSL color Cylindrical-coordinate representation of color #0AD2FD: hue angle of 190.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AD2FD is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 210 | 253 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.01 |
| HSL | 190.62º | 0.98% | 0.52% | - |
| HSV(B) | 190.62º | 0.96% | 0.99% | - |
| XYZ | 40.9 | 53.25 | 101.05 | - |
| YUV | 155.1 | 183.24 | 24.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 210 | 253 | 0.96 | 0.17 | 0 | 0.01 | 190.62 | 0.98 | 0.52 |
| Hex | A | D2 | FD | 60 | 11 | 0 | 1 | BF | 62 | 34 |
| Octal | 12 | 322 | 375 | 140 | 21 | 0 | 1 | 277 | 142 | 64 |
| Binary | 1010 | 11010010 | 11111101 | 1100000 | 10001 | 0 | 1 | 10111111 | 1100010 | 110100 |
Color Harmonies of #0AD2FD
Complementary color
Monochromatic Colors of #0AD2FD
Black with #0AD2FD
Text Example
Text Example
White with #0AD2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AD2FD; }
p { color: rgb(10,210,253); }
H1.HeaderClassName
{
color: #0AD2FD;
}
.AnyTagClassName
{
color: #0AD2FD;
}
</style>
background-color css
<style>
a { background-color: #0AD2FD; }
a { background-color: rgb(10,210,253); }
div.DivClassName
{
background-color: #0AD2FD;
}
.BgClassName
{
background-color: #0AD2FD;
}
</style>
border-color css
<style>
span { border-color: #0AD2FD; }
span { border-color: rgb(10,210,253); }
td.TdClassName
{
border-color: #0AD2FD;
}
.TagClassName
{
border-color: #0AD2FD;
}
</style>