Shades of Summer Sky #2AAECF
Tints of Summer Sky #2AAECF
RGB
CMYK
RGB Variations
Color information
#2AAECF (or 0x2AAECF) is known color: Summer Sky. HEX triplet: 2A, AE and CF. RGB value is (42,174,207). Sum of RGB (Red+Green+Blue) = 42+174+207=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 174 (68.36% from 255 or 41.13% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #2AAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAECF is #D55130. Grayscale: #8A8A8A. Windows color (decimal): -13979953 or 13610538. OLE color: 13610538.
HSL color Cylindrical-coordinate representation of color #2AAECF: hue angle of 192º 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 #2AAECF is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 174 | 207 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.19 |
| HSL | 192º | 0.66% | 0.49% | - |
| HSV(B) | 192º | 0.8% | 0.81% | - |
| XYZ | 27.35 | 35.27 | 64.4 | - |
| YUV | 138.29 | 166.77 | 59.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 207 | 0.80 | 0.16 | 0 | 0.19 | 192 | 0.66 | 0.49 |
| Hex | 2A | AE | CF | 50 | 10 | 0 | 13 | C0 | 42 | 31 |
| Octal | 52 | 256 | 317 | 120 | 20 | 0 | 23 | 300 | 102 | 61 |
| Binary | 101010 | 10101110 | 11001111 | 1010000 | 10000 | 0 | 10011 | 11000000 | 1000010 | 110001 |
Color Harmonies of #2AAECF
Complementary color
Monochromatic Colors of #2AAECF
Black with #2AAECF
Text Example
Text Example
White with #2AAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAECF; }
p { color: rgb(42,174,207); }
H1.HeaderClassName
{
color: #2AAECF;
}
.AnyTagClassName
{
color: #2AAECF;
}
</style>
background-color css
<style>
a { background-color: #2AAECF; }
a { background-color: rgb(42,174,207); }
div.DivClassName
{
background-color: #2AAECF;
}
.BgClassName
{
background-color: #2AAECF;
}
</style>
border-color css
<style>
span { border-color: #2AAECF; }
span { border-color: rgb(42,174,207); }
td.TdClassName
{
border-color: #2AAECF;
}
.TagClassName
{
border-color: #2AAECF;
}
</style>