Shades of Deep Sky Blue #2AD8FD
Tints of Deep Sky Blue #2AD8FD
RGB
CMYK
RGB Variations
Color information
#2AD8FD (or 0x2AD8FD) is known color: Deep Sky Blue. HEX triplet: 2A, D8 and FD. RGB value is (42,216,253). Sum of RGB (Red+Green+Blue) = 42+216+253=511 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.22% from 511); Green value is 216 (84.77% from 255 or 42.27% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #2AD8FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD8FD is #D52702. Grayscale: #A7A7A7. Windows color (decimal): -13969155 or 16635946. OLE color: 16635946.
HSL color Cylindrical-coordinate representation of color #2AD8FD: hue angle of 190.52º 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 #2AD8FD is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 216 | 253 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.01 |
| HSL | 190.52º | 0.98% | 0.58% | - |
| HSV(B) | 190.52º | 0.83% | 0.99% | - |
| XYZ | 43.24 | 56.7 | 101.59 | - |
| YUV | 168.19 | 175.85 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 253 | 0.83 | 0.15 | 0 | 0.01 | 190.52 | 0.98 | 0.58 |
| Hex | 2A | D8 | FD | 53 | F | 0 | 1 | BF | 62 | 3A |
| Octal | 52 | 330 | 375 | 123 | 17 | 0 | 1 | 277 | 142 | 72 |
| Binary | 101010 | 11011000 | 11111101 | 1010011 | 1111 | 0 | 1 | 10111111 | 1100010 | 111010 |
Color Harmonies of #2AD8FD
Complementary color
Monochromatic Colors of #2AD8FD
Black with #2AD8FD
Text Example
Text Example
White with #2AD8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD8FD; }
p { color: rgb(42,216,253); }
H1.HeaderClassName
{
color: #2AD8FD;
}
.AnyTagClassName
{
color: #2AD8FD;
}
</style>
background-color css
<style>
a { background-color: #2AD8FD; }
a { background-color: rgb(42,216,253); }
div.DivClassName
{
background-color: #2AD8FD;
}
.BgClassName
{
background-color: #2AD8FD;
}
</style>
border-color css
<style>
span { border-color: #2AD8FD; }
span { border-color: rgb(42,216,253); }
td.TdClassName
{
border-color: #2AD8FD;
}
.TagClassName
{
border-color: #2AD8FD;
}
</style>