Shades of Summer Sky #2AD0EC
Tints of Summer Sky #2AD0EC
RGB
CMYK
RGB Variations
Color information
#2AD0EC (or 0x2AD0EC) is known color: Summer Sky. HEX triplet: 2A, D0 and EC. RGB value is (42,208,236). Sum of RGB (Red+Green+Blue) = 42+208+236=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #2AD0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD0EC is #D52F13. Grayscale: #A1A1A1. Windows color (decimal): -13971220 or 15519786. OLE color: 15519786.
HSL color Cylindrical-coordinate representation of color #2AD0EC: hue angle of 188.66º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD0EC is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 208 | 236 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.07 |
| HSL | 188.66º | 0.84% | 0.55% | - |
| HSV(B) | 188.66º | 0.82% | 0.93% | - |
| XYZ | 38.65 | 51.66 | 87.29 | - |
| YUV | 161.56 | 170 | 42.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 236 | 0.82 | 0.12 | 0 | 0.07 | 188.66 | 0.84 | 0.55 |
| Hex | 2A | D0 | EC | 52 | C | 0 | 7 | BD | 54 | 37 |
| Octal | 52 | 320 | 354 | 122 | 14 | 0 | 7 | 275 | 124 | 67 |
| Binary | 101010 | 11010000 | 11101100 | 1010010 | 1100 | 0 | 111 | 10111101 | 1010100 | 110111 |
Color Harmonies of #2AD0EC
Complementary color
Monochromatic Colors of #2AD0EC
Black with #2AD0EC
Text Example
Text Example
White with #2AD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD0EC; }
p { color: rgb(42,208,236); }
H1.HeaderClassName
{
color: #2AD0EC;
}
.AnyTagClassName
{
color: #2AD0EC;
}
</style>
background-color css
<style>
a { background-color: #2AD0EC; }
a { background-color: rgb(42,208,236); }
div.DivClassName
{
background-color: #2AD0EC;
}
.BgClassName
{
background-color: #2AD0EC;
}
</style>
border-color css
<style>
span { border-color: #2AD0EC; }
span { border-color: rgb(42,208,236); }
td.TdClassName
{
border-color: #2AD0EC;
}
.TagClassName
{
border-color: #2AD0EC;
}
</style>