Shades of Summer Sky #2AD2EA
Tints of Summer Sky #2AD2EA
RGB
CMYK
RGB Variations
Color information
#2AD2EA (or 0x2AD2EA) is known color: Summer Sky. HEX triplet: 2A, D2 and EA. RGB value is (42,210,234). Sum of RGB (Red+Green+Blue) = 42+210+234=486 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.64% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #2AD2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD2EA is #D52D15. Grayscale: #A2A2A2. Windows color (decimal): -13970710 or 15389226. OLE color: 15389226.
HSL color Cylindrical-coordinate representation of color #2AD2EA: hue angle of 187.5º degrees, saturation: 0.82, 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 #2AD2EA is Cyan = 0.82, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 210 | 234 | - |
| CMYK | 0.82 | 0.10 | 0 | 0.08 |
| HSL | 187.5º | 0.82% | 0.54% | - |
| HSV(B) | 187.5º | 0.82% | 0.92% | - |
| XYZ | 38.85 | 52.53 | 85.93 | - |
| YUV | 162.5 | 168.34 | 42.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 210 | 234 | 0.82 | 0.10 | 0 | 0.08 | 187.5 | 0.82 | 0.54 |
| Hex | 2A | D2 | EA | 52 | A | 0 | 8 | BC | 52 | 36 |
| Octal | 52 | 322 | 352 | 122 | 12 | 0 | 10 | 274 | 122 | 66 |
| Binary | 101010 | 11010010 | 11101010 | 1010010 | 1010 | 0 | 1000 | 10111100 | 1010010 | 110110 |
Color Harmonies of #2AD2EA
Complementary color
Monochromatic Colors of #2AD2EA
Black with #2AD2EA
Text Example
Text Example
White with #2AD2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD2EA; }
p { color: rgb(42,210,234); }
H1.HeaderClassName
{
color: #2AD2EA;
}
.AnyTagClassName
{
color: #2AD2EA;
}
</style>
background-color css
<style>
a { background-color: #2AD2EA; }
a { background-color: rgb(42,210,234); }
div.DivClassName
{
background-color: #2AD2EA;
}
.BgClassName
{
background-color: #2AD2EA;
}
</style>
border-color css
<style>
span { border-color: #2AD2EA; }
span { border-color: rgb(42,210,234); }
td.TdClassName
{
border-color: #2AD2EA;
}
.TagClassName
{
border-color: #2AD2EA;
}
</style>