Shades of Summer Sky #2AAACE
Tints of Summer Sky #2AAACE
RGB
CMYK
RGB Variations
Color information
#2AAACE (or 0x2AAACE) is known color: Summer Sky. HEX triplet: 2A, AA and CE. RGB value is (42,170,206). Sum of RGB (Red+Green+Blue) = 42+170+206=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AAACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAACE is #D55531. Grayscale: #878787. Windows color (decimal): -13980978 or 13543978. OLE color: 13543978.
HSL color Cylindrical-coordinate representation of color #2AAACE: hue angle of 193.17º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AAACE is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 170 | 206 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.19 |
| HSL | 193.17º | 0.66% | 0.49% | - |
| HSV(B) | 193.17º | 0.8% | 0.81% | - |
| XYZ | 26.47 | 33.7 | 63.5 | - |
| YUV | 135.83 | 167.59 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 170 | 206 | 0.80 | 0.17 | 0 | 0.19 | 193.17 | 0.66 | 0.49 |
| Hex | 2A | AA | CE | 50 | 11 | 0 | 13 | C1 | 42 | 31 |
| Octal | 52 | 252 | 316 | 120 | 21 | 0 | 23 | 301 | 102 | 61 |
| Binary | 101010 | 10101010 | 11001110 | 1010000 | 10001 | 0 | 10011 | 11000001 | 1000010 | 110001 |
Color Harmonies of #2AAACE
Complementary color
Monochromatic Colors of #2AAACE
Black with #2AAACE
Text Example
Text Example
White with #2AAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAACE; }
p { color: rgb(42,170,206); }
H1.HeaderClassName
{
color: #2AAACE;
}
.AnyTagClassName
{
color: #2AAACE;
}
</style>
background-color css
<style>
a { background-color: #2AAACE; }
a { background-color: rgb(42,170,206); }
div.DivClassName
{
background-color: #2AAACE;
}
.BgClassName
{
background-color: #2AAACE;
}
</style>
border-color css
<style>
span { border-color: #2AAACE; }
span { border-color: rgb(42,170,206); }
td.TdClassName
{
border-color: #2AAACE;
}
.TagClassName
{
border-color: #2AAACE;
}
</style>