Shades of Deep Sky Blue #2ADAFC
Tints of Deep Sky Blue #2ADAFC
RGB
CMYK
RGB Variations
Color information
#2ADAFC (or 0x2ADAFC) is known color: Deep Sky Blue. HEX triplet: 2A, DA and FC. RGB value is (42,218,252). Sum of RGB (Red+Green+Blue) = 42+218+252=512 (67% of max value = 765). Red value is 42 (16.80% from 255 or 8.20% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #2ADAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ADAFC is #D52503. Grayscale: #A8A8A8. Windows color (decimal): -13968644 or 16570922. OLE color: 16570922.
HSL color Cylindrical-coordinate representation of color #2ADAFC: hue angle of 189.71º 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 #2ADAFC is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 218 | 252 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.01 |
| HSL | 189.71º | 0.97% | 0.58% | - |
| HSV(B) | 189.71º | 0.83% | 0.99% | - |
| XYZ | 43.6 | 57.66 | 100.93 | - |
| YUV | 169.25 | 174.69 | 37.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 252 | 0.83 | 0.13 | 0 | 0.01 | 189.71 | 0.97 | 0.58 |
| Hex | 2A | DA | FC | 53 | D | 0 | 1 | BE | 61 | 3A |
| Octal | 52 | 332 | 374 | 123 | 15 | 0 | 1 | 276 | 141 | 72 |
| Binary | 101010 | 11011010 | 11111100 | 1010011 | 1101 | 0 | 1 | 10111110 | 1100001 | 111010 |
Color Harmonies of #2ADAFC
Complementary color
Monochromatic Colors of #2ADAFC
Black with #2ADAFC
Text Example
Text Example
White with #2ADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADAFC; }
p { color: rgb(42,218,252); }
H1.HeaderClassName
{
color: #2ADAFC;
}
.AnyTagClassName
{
color: #2ADAFC;
}
</style>
background-color css
<style>
a { background-color: #2ADAFC; }
a { background-color: rgb(42,218,252); }
div.DivClassName
{
background-color: #2ADAFC;
}
.BgClassName
{
background-color: #2ADAFC;
}
</style>
border-color css
<style>
span { border-color: #2ADAFC; }
span { border-color: rgb(42,218,252); }
td.TdClassName
{
border-color: #2ADAFC;
}
.TagClassName
{
border-color: #2ADAFC;
}
</style>