Shades of Deep Sky Blue #0ADAFD
Tints of Deep Sky Blue #0ADAFD
RGB
CMYK
RGB Variations
Color information
#0ADAFD (or 0x0ADAFD) is known color: Deep Sky Blue. HEX triplet: 0A, DA and FD. RGB value is (10,218,253). Sum of RGB (Red+Green+Blue) = 10+218+253=481 (63% of max value = 765). Red value is 10 (4.30% from 255 or 2.08% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #0ADAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0ADAFD is #F52502. Grayscale: #9F9F9F. Windows color (decimal): -16065795 or 16636426. OLE color: 16636426.
HSL color Cylindrical-coordinate representation of color #0ADAFD: hue angle of 188.64º 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 #0ADAFD is Cyan = 0.96, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 10 | 218 | 253 | - |
| CMYK | 0.96 | 0.14 | 0 | 0.01 |
| HSL | 188.64º | 0.98% | 0.52% | - |
| HSV(B) | 188.64º | 0.96% | 0.99% | - |
| XYZ | 42.93 | 57.3 | 101.73 | - |
| YUV | 159.8 | 180.59 | 21.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 218 | 253 | 0.96 | 0.14 | 0 | 0.01 | 188.64 | 0.98 | 0.52 |
| Hex | A | DA | FD | 60 | E | 0 | 1 | BD | 62 | 34 |
| Octal | 12 | 332 | 375 | 140 | 16 | 0 | 1 | 275 | 142 | 64 |
| Binary | 1010 | 11011010 | 11111101 | 1100000 | 1110 | 0 | 1 | 10111101 | 1100010 | 110100 |
Color Harmonies of #0ADAFD
Complementary color
Monochromatic Colors of #0ADAFD
Black with #0ADAFD
Text Example
Text Example
White with #0ADAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ADAFD; }
p { color: rgb(10,218,253); }
H1.HeaderClassName
{
color: #0ADAFD;
}
.AnyTagClassName
{
color: #0ADAFD;
}
</style>
background-color css
<style>
a { background-color: #0ADAFD; }
a { background-color: rgb(10,218,253); }
div.DivClassName
{
background-color: #0ADAFD;
}
.BgClassName
{
background-color: #0ADAFD;
}
</style>
border-color css
<style>
span { border-color: #0ADAFD; }
span { border-color: rgb(10,218,253); }
td.TdClassName
{
border-color: #0ADAFD;
}
.TagClassName
{
border-color: #0ADAFD;
}
</style>