Shades of Summer Sky #2AABDD
Tints of Summer Sky #2AABDD
RGB
CMYK
RGB Variations
Color information
#2AABDD (or 0x2AABDD) is known color: Summer Sky. HEX triplet: 2A, AB and DD. RGB value is (42,171,221). Sum of RGB (Red+Green+Blue) = 42+171+221=434 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.68% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABDD is #D55422. Grayscale: #898989. Windows color (decimal): -13980707 or 14527274. OLE color: 14527274.
HSL color Cylindrical-coordinate representation of color #2AABDD: hue angle of 196.76º degrees, saturation: 0.72, 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 #2AABDD is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 171 | 221 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 196.76º | 0.72% | 0.52% | - |
| HSV(B) | 196.76º | 0.81% | 0.87% | - |
| XYZ | 28.57 | 34.84 | 73.63 | - |
| YUV | 138.13 | 174.76 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 221 | 0.81 | 0.23 | 0 | 0.13 | 196.76 | 0.72 | 0.52 |
| Hex | 2A | AB | DD | 51 | 17 | 0 | D | C5 | 48 | 34 |
| Octal | 52 | 253 | 335 | 121 | 27 | 0 | 15 | 305 | 110 | 64 |
| Binary | 101010 | 10101011 | 11011101 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001000 | 110100 |
Color Harmonies of #2AABDD
Complementary color
Monochromatic Colors of #2AABDD
Black with #2AABDD
Text Example
Text Example
White with #2AABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABDD; }
p { color: rgb(42,171,221); }
H1.HeaderClassName
{
color: #2AABDD;
}
.AnyTagClassName
{
color: #2AABDD;
}
</style>
background-color css
<style>
a { background-color: #2AABDD; }
a { background-color: rgb(42,171,221); }
div.DivClassName
{
background-color: #2AABDD;
}
.BgClassName
{
background-color: #2AABDD;
}
</style>
border-color css
<style>
span { border-color: #2AABDD; }
span { border-color: rgb(42,171,221); }
td.TdClassName
{
border-color: #2AABDD;
}
.TagClassName
{
border-color: #2AABDD;
}
</style>