Shades of Summer Sky #2AA4CE
Tints of Summer Sky #2AA4CE
RGB
CMYK
RGB Variations
Color information
#2AA4CE (or 0x2AA4CE) is known color: Summer Sky. HEX triplet: 2A, A4 and CE. RGB value is (42,164,206). Sum of RGB (Red+Green+Blue) = 42+164+206=412 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.19% from 412); Green value is 164 (64.45% from 255 or 39.81% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #2AA4CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA4CE is #D55B31. Grayscale: #848484. Windows color (decimal): -13982514 or 13542442. OLE color: 13542442.
HSL color Cylindrical-coordinate representation of color #2AA4CE: hue angle of 195.37º 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 #2AA4CE is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 164 | 206 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.19 |
| HSL | 195.37º | 0.66% | 0.49% | - |
| HSV(B) | 195.37º | 0.8% | 0.81% | - |
| XYZ | 25.37 | 31.5 | 63.14 | - |
| YUV | 132.31 | 169.58 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 206 | 0.80 | 0.20 | 0 | 0.19 | 195.37 | 0.66 | 0.49 |
| Hex | 2A | A4 | CE | 50 | 14 | 0 | 13 | C3 | 42 | 31 |
| Octal | 52 | 244 | 316 | 120 | 24 | 0 | 23 | 303 | 102 | 61 |
| Binary | 101010 | 10100100 | 11001110 | 1010000 | 10100 | 0 | 10011 | 11000011 | 1000010 | 110001 |
Color Harmonies of #2AA4CE
Complementary color
Monochromatic Colors of #2AA4CE
Black with #2AA4CE
Text Example
Text Example
White with #2AA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA4CE; }
p { color: rgb(42,164,206); }
H1.HeaderClassName
{
color: #2AA4CE;
}
.AnyTagClassName
{
color: #2AA4CE;
}
</style>
background-color css
<style>
a { background-color: #2AA4CE; }
a { background-color: rgb(42,164,206); }
div.DivClassName
{
background-color: #2AA4CE;
}
.BgClassName
{
background-color: #2AA4CE;
}
</style>
border-color css
<style>
span { border-color: #2AA4CE; }
span { border-color: rgb(42,164,206); }
td.TdClassName
{
border-color: #2AA4CE;
}
.TagClassName
{
border-color: #2AA4CE;
}
</style>