Shades of Deep Sky Blue #2AD4FF
Tints of Deep Sky Blue #2AD4FF
RGB
CMYK
RGB Variations
Color information
#2AD4FF (or 0x2AD4FF) is known color: Deep Sky Blue. HEX triplet: 2A, D4 and FF. RGB value is (42,212,255). Sum of RGB (Red+Green+Blue) = 42+212+255=509 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.25% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #2AD4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD4FF is #D52B00. Grayscale: #A5A5A5. Windows color (decimal): -13970177 or 16765994. OLE color: 16765994.
HSL color Cylindrical-coordinate representation of color #2AD4FF: hue angle of 192.11º 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 #2AD4FF is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 212 | 255 | - |
| CMYK | 0.84 | 0.17 | 0 | 0 |
| HSL | 192.11º | 1% | 0.58% | - |
| HSV(B) | 192.11º | 0.84% | 1% | - |
| XYZ | 42.55 | 54.8 | 102.94 | - |
| YUV | 166.07 | 178.18 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 212 | 255 | 0.84 | 0.17 | 0 | 0 | 192.11 | 1 | 0.58 |
| Hex | 2A | D4 | FF | 54 | 11 | 0 | 0 | C0 | 64 | 3A |
| Octal | 52 | 324 | 377 | 124 | 21 | 0 | 0 | 300 | 144 | 72 |
| Binary | 101010 | 11010100 | 11111111 | 1010100 | 10001 | 0 | 0 | 11000000 | 1100100 | 111010 |
Color Harmonies of #2AD4FF
Complementary color
Monochromatic Colors of #2AD4FF
Black with #2AD4FF
Text Example
Text Example
White with #2AD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD4FF; }
p { color: rgb(42,212,255); }
H1.HeaderClassName
{
color: #2AD4FF;
}
.AnyTagClassName
{
color: #2AD4FF;
}
</style>
background-color css
<style>
a { background-color: #2AD4FF; }
a { background-color: rgb(42,212,255); }
div.DivClassName
{
background-color: #2AD4FF;
}
.BgClassName
{
background-color: #2AD4FF;
}
</style>
border-color css
<style>
span { border-color: #2AD4FF; }
span { border-color: rgb(42,212,255); }
td.TdClassName
{
border-color: #2AD4FF;
}
.TagClassName
{
border-color: #2AD4FF;
}
</style>