Shades of Deep Sky Blue #2AD5FC
Tints of Deep Sky Blue #2AD5FC
RGB
CMYK
RGB Variations
Color information
#2AD5FC (or 0x2AD5FC) is known color: Deep Sky Blue. HEX triplet: 2A, D5 and FC. RGB value is (42,213,252). Sum of RGB (Red+Green+Blue) = 42+213+252=507 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.28% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #2AD5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD5FC is #D52A03. Grayscale: #A5A5A5. Windows color (decimal): -13969924 or 16569642. OLE color: 16569642.
HSL color Cylindrical-coordinate representation of color #2AD5FC: hue angle of 191.14º degrees, saturation: 0.97, 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 #2AD5FC is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 213 | 252 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.01 |
| HSL | 191.14º | 0.97% | 0.58% | - |
| HSV(B) | 191.14º | 0.83% | 0.99% | - |
| XYZ | 42.32 | 55.11 | 100.5 | - |
| YUV | 166.32 | 176.35 | 39.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 252 | 0.83 | 0.15 | 0 | 0.01 | 191.14 | 0.97 | 0.58 |
| Hex | 2A | D5 | FC | 53 | F | 0 | 1 | BF | 61 | 3A |
| Octal | 52 | 325 | 374 | 123 | 17 | 0 | 1 | 277 | 141 | 72 |
| Binary | 101010 | 11010101 | 11111100 | 1010011 | 1111 | 0 | 1 | 10111111 | 1100001 | 111010 |
Color Harmonies of #2AD5FC
Complementary color
Monochromatic Colors of #2AD5FC
Black with #2AD5FC
Text Example
Text Example
White with #2AD5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD5FC; }
p { color: rgb(42,213,252); }
H1.HeaderClassName
{
color: #2AD5FC;
}
.AnyTagClassName
{
color: #2AD5FC;
}
</style>
background-color css
<style>
a { background-color: #2AD5FC; }
a { background-color: rgb(42,213,252); }
div.DivClassName
{
background-color: #2AD5FC;
}
.BgClassName
{
background-color: #2AD5FC;
}
</style>
border-color css
<style>
span { border-color: #2AD5FC; }
span { border-color: rgb(42,213,252); }
td.TdClassName
{
border-color: #2AD5FC;
}
.TagClassName
{
border-color: #2AD5FC;
}
</style>