Shades of Deep Sky Blue #2AD3FA
Tints of Deep Sky Blue #2AD3FA
RGB
CMYK
RGB Variations
Color information
#2AD3FA (or 0x2AD3FA) is known color: Deep Sky Blue. HEX triplet: 2A, D3 and FA. RGB value is (42,211,250). Sum of RGB (Red+Green+Blue) = 42+211+250=503 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.35% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 250 (98.05% from 255 or 49.70% from 503); Max value from RGB is 250 - color contains mainly: blue. Hex color #2AD3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD3FA is #D52C05. Grayscale: #A4A4A4. Windows color (decimal): -13970438 or 16438058. OLE color: 16438058.
HSL color Cylindrical-coordinate representation of color #2AD3FA: hue angle of 191.25º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AD3FA is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 211 | 250 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.02 |
| HSL | 191.25º | 0.95% | 0.57% | - |
| HSV(B) | 191.25º | 0.83% | 0.98% | - |
| XYZ | 41.5 | 53.98 | 98.67 | - |
| YUV | 164.92 | 176.01 | 40.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 211 | 250 | 0.83 | 0.16 | 0 | 0.02 | 191.25 | 0.95 | 0.57 |
| Hex | 2A | D3 | FA | 53 | 10 | 0 | 2 | BF | 5F | 39 |
| Octal | 52 | 323 | 372 | 123 | 20 | 0 | 2 | 277 | 137 | 71 |
| Binary | 101010 | 11010011 | 11111010 | 1010011 | 10000 | 0 | 10 | 10111111 | 1011111 | 111001 |
Color Harmonies of #2AD3FA
Complementary color
Monochromatic Colors of #2AD3FA
Black with #2AD3FA
Text Example
Text Example
White with #2AD3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD3FA; }
p { color: rgb(42,211,250); }
H1.HeaderClassName
{
color: #2AD3FA;
}
.AnyTagClassName
{
color: #2AD3FA;
}
</style>
background-color css
<style>
a { background-color: #2AD3FA; }
a { background-color: rgb(42,211,250); }
div.DivClassName
{
background-color: #2AD3FA;
}
.BgClassName
{
background-color: #2AD3FA;
}
</style>
border-color css
<style>
span { border-color: #2AD3FA; }
span { border-color: rgb(42,211,250); }
td.TdClassName
{
border-color: #2AD3FA;
}
.TagClassName
{
border-color: #2AD3FA;
}
</style>