Shades of Deep Sky Blue #2ADAFD
Tints of Deep Sky Blue #2ADAFD
RGB
CMYK
RGB Variations
Color information
#2ADAFD (or 0x2ADAFD) is known color: Deep Sky Blue. HEX triplet: 2A, DA and FD. RGB value is (42,218,253). Sum of RGB (Red+Green+Blue) = 42+218+253=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 253 (99.22% from 255 or 49.32% from 513); Max value from RGB is 253 - color contains mainly: blue. Hex color #2ADAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAFD is #D52502. Grayscale: #A9A9A9. Windows color (decimal): -13968643 or 16636458. OLE color: 16636458.
HSL color Cylindrical-coordinate representation of color #2ADAFD: hue angle of 189.95º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ADAFD is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 218 | 253 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.01 |
| HSL | 189.95º | 0.98% | 0.58% | - |
| HSV(B) | 189.95º | 0.83% | 0.99% | - |
| XYZ | 43.76 | 57.73 | 101.76 | - |
| YUV | 169.37 | 175.19 | 37.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 253 | 0.83 | 0.14 | 0 | 0.01 | 189.95 | 0.98 | 0.58 |
| Hex | 2A | DA | FD | 53 | E | 0 | 1 | BE | 62 | 3A |
| Octal | 52 | 332 | 375 | 123 | 16 | 0 | 1 | 276 | 142 | 72 |
| Binary | 101010 | 11011010 | 11111101 | 1010011 | 1110 | 0 | 1 | 10111110 | 1100010 | 111010 |
Color Harmonies of #2ADAFD
Complementary color
Monochromatic Colors of #2ADAFD
Black with #2ADAFD
Text Example
Text Example
White with #2ADAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAFD; }
p { color: rgb(42,218,253); }
H1.HeaderClassName
{
color: #2ADAFD;
}
.AnyTagClassName
{
color: #2ADAFD;
}
</style>
background-color css
<style>
a { background-color: #2ADAFD; }
a { background-color: rgb(42,218,253); }
div.DivClassName
{
background-color: #2ADAFD;
}
.BgClassName
{
background-color: #2ADAFD;
}
</style>
border-color css
<style>
span { border-color: #2ADAFD; }
span { border-color: rgb(42,218,253); }
td.TdClassName
{
border-color: #2ADAFD;
}
.TagClassName
{
border-color: #2ADAFD;
}
</style>