Shades of Summer Sky #2AD1EA
Tints of Summer Sky #2AD1EA
RGB
CMYK
RGB Variations
Color information
#2AD1EA (or 0x2AD1EA) is known color: Summer Sky. HEX triplet: 2A, D1 and EA. RGB value is (42,209,234). Sum of RGB (Red+Green+Blue) = 42+209+234=485 (64% of max value = 765). Red value is 42 (16.80% from 255 or 8.66% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #2AD1EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2AD1EA is #D52E15. Grayscale: #A1A1A1. Windows color (decimal): -13970966 or 15388970. OLE color: 15388970.
HSL color Cylindrical-coordinate representation of color #2AD1EA: hue angle of 187.81º 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 #2AD1EA is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 209 | 234 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.08 |
| HSL | 187.81º | 0.82% | 0.54% | - |
| HSV(B) | 187.81º | 0.82% | 0.92% | - |
| XYZ | 38.61 | 52.03 | 85.85 | - |
| YUV | 161.92 | 168.67 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 209 | 234 | 0.82 | 0.11 | 0 | 0.08 | 187.81 | 0.82 | 0.54 |
| Hex | 2A | D1 | EA | 52 | B | 0 | 8 | BC | 52 | 36 |
| Octal | 52 | 321 | 352 | 122 | 13 | 0 | 10 | 274 | 122 | 66 |
| Binary | 101010 | 11010001 | 11101010 | 1010010 | 1011 | 0 | 1000 | 10111100 | 1010010 | 110110 |
Color Harmonies of #2AD1EA
Complementary color
Monochromatic Colors of #2AD1EA
Black with #2AD1EA
Text Example
Text Example
White with #2AD1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD1EA; }
p { color: rgb(42,209,234); }
H1.HeaderClassName
{
color: #2AD1EA;
}
.AnyTagClassName
{
color: #2AD1EA;
}
</style>
background-color css
<style>
a { background-color: #2AD1EA; }
a { background-color: rgb(42,209,234); }
div.DivClassName
{
background-color: #2AD1EA;
}
.BgClassName
{
background-color: #2AD1EA;
}
</style>
border-color css
<style>
span { border-color: #2AD1EA; }
span { border-color: rgb(42,209,234); }
td.TdClassName
{
border-color: #2AD1EA;
}
.TagClassName
{
border-color: #2AD1EA;
}
</style>