Shades of Summer Sky #2AABDE
Tints of Summer Sky #2AABDE
RGB
CMYK
RGB Variations
Color information
#2AABDE (or 0x2AABDE) is known color: Summer Sky. HEX triplet: 2A, AB and DE. RGB value is (42,171,222). Sum of RGB (Red+Green+Blue) = 42+171+222=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #2AABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABDE is #D55421. Grayscale: #898989. Windows color (decimal): -13980706 or 14592810. OLE color: 14592810.
HSL color Cylindrical-coordinate representation of color #2AABDE: hue angle of 197º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AABDE is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 171 | 222 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 197º | 0.73% | 0.52% | - |
| HSV(B) | 197º | 0.81% | 0.87% | - |
| XYZ | 28.7 | 34.89 | 74.33 | - |
| YUV | 138.24 | 175.26 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 222 | 0.81 | 0.23 | 0 | 0.13 | 197 | 0.73 | 0.52 |
| Hex | 2A | AB | DE | 51 | 17 | 0 | D | C5 | 49 | 34 |
| Octal | 52 | 253 | 336 | 121 | 27 | 0 | 15 | 305 | 111 | 64 |
| Binary | 101010 | 10101011 | 11011110 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001001 | 110100 |
Color Harmonies of #2AABDE
Complementary color
Monochromatic Colors of #2AABDE
Black with #2AABDE
Text Example
Text Example
White with #2AABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABDE; }
p { color: rgb(42,171,222); }
H1.HeaderClassName
{
color: #2AABDE;
}
.AnyTagClassName
{
color: #2AABDE;
}
</style>
background-color css
<style>
a { background-color: #2AABDE; }
a { background-color: rgb(42,171,222); }
div.DivClassName
{
background-color: #2AABDE;
}
.BgClassName
{
background-color: #2AABDE;
}
</style>
border-color css
<style>
span { border-color: #2AABDE; }
span { border-color: rgb(42,171,222); }
td.TdClassName
{
border-color: #2AABDE;
}
.TagClassName
{
border-color: #2AABDE;
}
</style>