Shades of Summer Sky #2AADD9
Tints of Summer Sky #2AADD9
RGB
CMYK
RGB Variations
Color information
#2AADD9 (or 0x2AADD9) is known color: Summer Sky. HEX triplet: 2A, AD and D9. RGB value is (42,173,217). Sum of RGB (Red+Green+Blue) = 42+173+217=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #2AADD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AADD9 is #D55226. Grayscale: #8A8A8A. Windows color (decimal): -13980199 or 14265642. OLE color: 14265642.
HSL color Cylindrical-coordinate representation of color #2AADD9: hue angle of 195.09º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AADD9 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 173 | 217 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.15 |
| HSL | 195.09º | 0.7% | 0.51% | - |
| HSV(B) | 195.09º | 0.81% | 0.85% | - |
| XYZ | 28.42 | 35.39 | 70.98 | - |
| YUV | 138.85 | 172.1 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 217 | 0.81 | 0.20 | 0 | 0.15 | 195.09 | 0.7 | 0.51 |
| Hex | 2A | AD | D9 | 51 | 14 | 0 | F | C3 | 46 | 33 |
| Octal | 52 | 255 | 331 | 121 | 24 | 0 | 17 | 303 | 106 | 63 |
| Binary | 101010 | 10101101 | 11011001 | 1010001 | 10100 | 0 | 1111 | 11000011 | 1000110 | 110011 |
Color Harmonies of #2AADD9
Complementary color
Monochromatic Colors of #2AADD9
Black with #2AADD9
Text Example
Text Example
White with #2AADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AADD9; }
p { color: rgb(42,173,217); }
H1.HeaderClassName
{
color: #2AADD9;
}
.AnyTagClassName
{
color: #2AADD9;
}
</style>
background-color css
<style>
a { background-color: #2AADD9; }
a { background-color: rgb(42,173,217); }
div.DivClassName
{
background-color: #2AADD9;
}
.BgClassName
{
background-color: #2AADD9;
}
</style>
border-color css
<style>
span { border-color: #2AADD9; }
span { border-color: rgb(42,173,217); }
td.TdClassName
{
border-color: #2AADD9;
}
.TagClassName
{
border-color: #2AADD9;
}
</style>