Shades of Deep Sky Blue #2AD9FF
Tints of Deep Sky Blue #2AD9FF
RGB
CMYK
RGB Variations
Color information
#2AD9FF (or 0x2AD9FF) is known color: Deep Sky Blue. HEX triplet: 2A, D9 and FF. RGB value is (42,217,255). Sum of RGB (Red+Green+Blue) = 42+217+255=514 (68% of max value = 765). Red value is 42 (16.80% from 255 or 8.17% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AD9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD9FF is #D52600. Grayscale: #A8A8A8. Windows color (decimal): -13968897 or 16767274. OLE color: 16767274.
HSL color Cylindrical-coordinate representation of color #2AD9FF: hue angle of 190.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AD9FF is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 217 | 255 | - |
| CMYK | 0.84 | 0.15 | 0 | 0 |
| HSL | 190.7º | 1% | 0.58% | - |
| HSV(B) | 190.7º | 0.84% | 1% | - |
| XYZ | 43.82 | 57.34 | 103.37 | - |
| YUV | 169.01 | 176.52 | 37.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 255 | 0.84 | 0.15 | 0 | 0 | 190.7 | 1 | 0.58 |
| Hex | 2A | D9 | FF | 54 | F | 0 | 0 | BF | 64 | 3A |
| Octal | 52 | 331 | 377 | 124 | 17 | 0 | 0 | 277 | 144 | 72 |
| Binary | 101010 | 11011001 | 11111111 | 1010100 | 1111 | 0 | 0 | 10111111 | 1100100 | 111010 |
Color Harmonies of #2AD9FF
Complementary color
Monochromatic Colors of #2AD9FF
Black with #2AD9FF
Text Example
Text Example
White with #2AD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD9FF; }
p { color: rgb(42,217,255); }
H1.HeaderClassName
{
color: #2AD9FF;
}
.AnyTagClassName
{
color: #2AD9FF;
}
</style>
background-color css
<style>
a { background-color: #2AD9FF; }
a { background-color: rgb(42,217,255); }
div.DivClassName
{
background-color: #2AD9FF;
}
.BgClassName
{
background-color: #2AD9FF;
}
</style>
border-color css
<style>
span { border-color: #2AD9FF; }
span { border-color: rgb(42,217,255); }
td.TdClassName
{
border-color: #2AD9FF;
}
.TagClassName
{
border-color: #2AD9FF;
}
</style>