Shades of Summer Sky #2AACEA
Tints of Summer Sky #2AACEA
RGB
CMYK
RGB Variations
Color information
#2AACEA (or 0x2AACEA) is known color: Summer Sky. HEX triplet: 2A, AC and EA. RGB value is (42,172,234). Sum of RGB (Red+Green+Blue) = 42+172+234=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #2AACEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACEA is #D55315. Grayscale: #8B8B8B. Windows color (decimal): -13980438 or 15379498. OLE color: 15379498.
HSL color Cylindrical-coordinate representation of color #2AACEA: hue angle of 199.38º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AACEA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 172 | 234 | - |
| CMYK | 0.82 | 0.26 | 0 | 0.08 |
| HSL | 199.38º | 0.82% | 0.54% | - |
| HSV(B) | 199.38º | 0.82% | 0.92% | - |
| XYZ | 30.56 | 35.94 | 83.17 | - |
| YUV | 140.2 | 180.93 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 234 | 0.82 | 0.26 | 0 | 0.08 | 199.38 | 0.82 | 0.54 |
| Hex | 2A | AC | EA | 52 | 1A | 0 | 8 | C7 | 52 | 36 |
| Octal | 52 | 254 | 352 | 122 | 32 | 0 | 10 | 307 | 122 | 66 |
| Binary | 101010 | 10101100 | 11101010 | 1010010 | 11010 | 0 | 1000 | 11000111 | 1010010 | 110110 |
Color Harmonies of #2AACEA
Complementary color
Monochromatic Colors of #2AACEA
Black with #2AACEA
Text Example
Text Example
White with #2AACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACEA; }
p { color: rgb(42,172,234); }
H1.HeaderClassName
{
color: #2AACEA;
}
.AnyTagClassName
{
color: #2AACEA;
}
</style>
background-color css
<style>
a { background-color: #2AACEA; }
a { background-color: rgb(42,172,234); }
div.DivClassName
{
background-color: #2AACEA;
}
.BgClassName
{
background-color: #2AACEA;
}
</style>
border-color css
<style>
span { border-color: #2AACEA; }
span { border-color: rgb(42,172,234); }
td.TdClassName
{
border-color: #2AACEA;
}
.TagClassName
{
border-color: #2AACEA;
}
</style>