Shades of Deep Sky Blue #2AD9FE
Tints of Deep Sky Blue #2AD9FE
RGB
CMYK
RGB Variations
Color information
#2AD9FE (or 0x2AD9FE) is known color: Deep Sky Blue. HEX triplet: 2A, D9 and FE. RGB value is (42,217,254). Sum of RGB (Red+Green+Blue) = 42+217+254=513 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.19% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #2AD9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD9FE is #D52601. Grayscale: #A8A8A8. Windows color (decimal): -13968898 or 16701738. OLE color: 16701738.
HSL color Cylindrical-coordinate representation of color #2AD9FE: hue angle of 190.47º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AD9FE is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 217 | 254 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.00 |
| HSL | 190.47º | 0.99% | 0.58% | - |
| HSV(B) | 190.47º | 0.83% | 1% | - |
| XYZ | 43.66 | 57.27 | 102.52 | - |
| YUV | 168.89 | 176.02 | 37.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 254 | 0.83 | 0.15 | 0 | 0.00 | 190.47 | 0.99 | 0.58 |
| Hex | 2A | D9 | FE | 53 | F | 0 | 0 | BE | 63 | 3A |
| Octal | 52 | 331 | 376 | 123 | 17 | 0 | 0 | 276 | 143 | 72 |
| Binary | 101010 | 11011001 | 11111110 | 1010011 | 1111 | 0 | 0 | 10111110 | 1100011 | 111010 |
Color Harmonies of #2AD9FE
Complementary color
Monochromatic Colors of #2AD9FE
Black with #2AD9FE
Text Example
Text Example
White with #2AD9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9FE; }
p { color: rgb(42,217,254); }
H1.HeaderClassName
{
color: #2AD9FE;
}
.AnyTagClassName
{
color: #2AD9FE;
}
</style>
background-color css
<style>
a { background-color: #2AD9FE; }
a { background-color: rgb(42,217,254); }
div.DivClassName
{
background-color: #2AD9FE;
}
.BgClassName
{
background-color: #2AD9FE;
}
</style>
border-color css
<style>
span { border-color: #2AD9FE; }
span { border-color: rgb(42,217,254); }
td.TdClassName
{
border-color: #2AD9FE;
}
.TagClassName
{
border-color: #2AD9FE;
}
</style>