Shades of Summer Sky #2AD2EB
Tints of Summer Sky #2AD2EB
RGB
CMYK
RGB Variations
Color information
#2AD2EB (or 0x2AD2EB) is known color: Summer Sky. HEX triplet: 2A, D2 and EB. RGB value is (42,210,235). Sum of RGB (Red+Green+Blue) = 42+210+235=487 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.62% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #2AD2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD2EB is #D52D14. Grayscale: #A2A2A2. Windows color (decimal): -13970709 or 15454762. OLE color: 15454762.
HSL color Cylindrical-coordinate representation of color #2AD2EB: hue angle of 187.77º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AD2EB is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 210 | 235 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.08 |
| HSL | 187.77º | 0.83% | 0.54% | - |
| HSV(B) | 187.77º | 0.82% | 0.92% | - |
| XYZ | 39 | 52.58 | 86.69 | - |
| YUV | 162.62 | 168.84 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 235 | 0.82 | 0.11 | 0 | 0.08 | 187.77 | 0.83 | 0.54 |
| Hex | 2A | D2 | EB | 52 | B | 0 | 8 | BC | 53 | 36 |
| Octal | 52 | 322 | 353 | 122 | 13 | 0 | 10 | 274 | 123 | 66 |
| Binary | 101010 | 11010010 | 11101011 | 1010010 | 1011 | 0 | 1000 | 10111100 | 1010011 | 110110 |
Color Harmonies of #2AD2EB
Complementary color
Monochromatic Colors of #2AD2EB
Black with #2AD2EB
Text Example
Text Example
White with #2AD2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2EB; }
p { color: rgb(42,210,235); }
H1.HeaderClassName
{
color: #2AD2EB;
}
.AnyTagClassName
{
color: #2AD2EB;
}
</style>
background-color css
<style>
a { background-color: #2AD2EB; }
a { background-color: rgb(42,210,235); }
div.DivClassName
{
background-color: #2AD2EB;
}
.BgClassName
{
background-color: #2AD2EB;
}
</style>
border-color css
<style>
span { border-color: #2AD2EB; }
span { border-color: rgb(42,210,235); }
td.TdClassName
{
border-color: #2AD2EB;
}
.TagClassName
{
border-color: #2AD2EB;
}
</style>