Shades of Summer Sky #2AA9D8
Tints of Summer Sky #2AA9D8
RGB
CMYK
RGB Variations
Color information
#2AA9D8 (or 0x2AA9D8) is known color: Summer Sky. HEX triplet: 2A, A9 and D8. RGB value is (42,169,216). Sum of RGB (Red+Green+Blue) = 42+169+216=427 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.84% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 216 (84.77% from 255 or 50.59% from 427); Max value from RGB is 216 - color contains mainly: blue. Hex color #2AA9D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA9D8 is #D55627. Grayscale: #888888. Windows color (decimal): -13981224 or 14199082. OLE color: 14199082.
HSL color Cylindrical-coordinate representation of color #2AA9D8: hue angle of 196.21º degrees, saturation: 0.69, 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 #2AA9D8 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 169 | 216 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.15 |
| HSL | 196.21º | 0.69% | 0.51% | - |
| HSV(B) | 196.21º | 0.81% | 0.85% | - |
| XYZ | 27.54 | 33.83 | 70.04 | - |
| YUV | 136.39 | 172.92 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 169 | 216 | 0.81 | 0.22 | 0 | 0.15 | 196.21 | 0.69 | 0.51 |
| Hex | 2A | A9 | D8 | 51 | 16 | 0 | F | C4 | 45 | 33 |
| Octal | 52 | 251 | 330 | 121 | 26 | 0 | 17 | 304 | 105 | 63 |
| Binary | 101010 | 10101001 | 11011000 | 1010001 | 10110 | 0 | 1111 | 11000100 | 1000101 | 110011 |
Color Harmonies of #2AA9D8
Complementary color
Monochromatic Colors of #2AA9D8
Black with #2AA9D8
Text Example
Text Example
White with #2AA9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA9D8; }
p { color: rgb(42,169,216); }
H1.HeaderClassName
{
color: #2AA9D8;
}
.AnyTagClassName
{
color: #2AA9D8;
}
</style>
background-color css
<style>
a { background-color: #2AA9D8; }
a { background-color: rgb(42,169,216); }
div.DivClassName
{
background-color: #2AA9D8;
}
.BgClassName
{
background-color: #2AA9D8;
}
</style>
border-color css
<style>
span { border-color: #2AA9D8; }
span { border-color: rgb(42,169,216); }
td.TdClassName
{
border-color: #2AA9D8;
}
.TagClassName
{
border-color: #2AA9D8;
}
</style>