Shades of Summer Sky #2AAADC
Tints of Summer Sky #2AAADC
RGB
CMYK
RGB Variations
Color information
#2AAADC (or 0x2AAADC) is known color: Summer Sky. HEX triplet: 2A, AA and DC. RGB value is (42,170,220). Sum of RGB (Red+Green+Blue) = 42+170+220=432 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.72% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AAADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAADC is #D55523. Grayscale: #898989. Windows color (decimal): -13980964 or 14461482. OLE color: 14461482.
HSL color Cylindrical-coordinate representation of color #2AAADC: hue angle of 196.85º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AAADC is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 170 | 220 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.14 |
| HSL | 196.85º | 0.72% | 0.51% | - |
| HSV(B) | 196.85º | 0.81% | 0.86% | - |
| XYZ | 28.25 | 34.41 | 72.86 | - |
| YUV | 137.43 | 174.59 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 220 | 0.81 | 0.23 | 0 | 0.14 | 196.85 | 0.72 | 0.51 |
| Hex | 2A | AA | DC | 51 | 17 | 0 | E | C5 | 48 | 33 |
| Octal | 52 | 252 | 334 | 121 | 27 | 0 | 16 | 305 | 110 | 63 |
| Binary | 101010 | 10101010 | 11011100 | 1010001 | 10111 | 0 | 1110 | 11000101 | 1001000 | 110011 |
Color Harmonies of #2AAADC
Complementary color
Monochromatic Colors of #2AAADC
Black with #2AAADC
Text Example
Text Example
White with #2AAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAADC; }
p { color: rgb(42,170,220); }
H1.HeaderClassName
{
color: #2AAADC;
}
.AnyTagClassName
{
color: #2AAADC;
}
</style>
background-color css
<style>
a { background-color: #2AAADC; }
a { background-color: rgb(42,170,220); }
div.DivClassName
{
background-color: #2AAADC;
}
.BgClassName
{
background-color: #2AAADC;
}
</style>
border-color css
<style>
span { border-color: #2AAADC; }
span { border-color: rgb(42,170,220); }
td.TdClassName
{
border-color: #2AAADC;
}
.TagClassName
{
border-color: #2AAADC;
}
</style>