Shades of Summer Sky #2AA6CE
Tints of Summer Sky #2AA6CE
RGB
CMYK
RGB Variations
Color information
#2AA6CE (or 0x2AA6CE) is known color: Summer Sky. HEX triplet: 2A, A6 and CE. RGB value is (42,166,206). Sum of RGB (Red+Green+Blue) = 42+166+206=414 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.14% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AA6CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA6CE is #D55931. Grayscale: #858585. Windows color (decimal): -13982002 or 13542954. OLE color: 13542954.
HSL color Cylindrical-coordinate representation of color #2AA6CE: hue angle of 194.63º 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 #2AA6CE is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 166 | 206 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.19 |
| HSL | 194.63º | 0.66% | 0.49% | - |
| HSV(B) | 194.63º | 0.8% | 0.81% | - |
| XYZ | 25.73 | 32.22 | 63.26 | - |
| YUV | 133.48 | 168.92 | 62.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 166 | 206 | 0.80 | 0.19 | 0 | 0.19 | 194.63 | 0.66 | 0.49 |
| Hex | 2A | A6 | CE | 50 | 13 | 0 | 13 | C3 | 42 | 31 |
| Octal | 52 | 246 | 316 | 120 | 23 | 0 | 23 | 303 | 102 | 61 |
| Binary | 101010 | 10100110 | 11001110 | 1010000 | 10011 | 0 | 10011 | 11000011 | 1000010 | 110001 |
Color Harmonies of #2AA6CE
Complementary color
Monochromatic Colors of #2AA6CE
Black with #2AA6CE
Text Example
Text Example
White with #2AA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA6CE; }
p { color: rgb(42,166,206); }
H1.HeaderClassName
{
color: #2AA6CE;
}
.AnyTagClassName
{
color: #2AA6CE;
}
</style>
background-color css
<style>
a { background-color: #2AA6CE; }
a { background-color: rgb(42,166,206); }
div.DivClassName
{
background-color: #2AA6CE;
}
.BgClassName
{
background-color: #2AA6CE;
}
</style>
border-color css
<style>
span { border-color: #2AA6CE; }
span { border-color: rgb(42,166,206); }
td.TdClassName
{
border-color: #2AA6CE;
}
.TagClassName
{
border-color: #2AA6CE;
}
</style>