Shades of Summer Sky #2AACED
Tints of Summer Sky #2AACED
RGB
CMYK
RGB Variations
Color information
#2AACED (or 0x2AACED) is known color: Summer Sky. HEX triplet: 2A, AC and ED. RGB value is (42,172,237). Sum of RGB (Red+Green+Blue) = 42+172+237=451 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.31% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #2AACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACED is #D55312. Grayscale: #8C8C8C. Windows color (decimal): -13980435 or 15576106. OLE color: 15576106.
HSL color Cylindrical-coordinate representation of color #2AACED: hue angle of 200º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AACED is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 42 | 172 | 237 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.07 |
| HSL | 200º | 0.84% | 0.55% | - |
| HSV(B) | 200º | 0.82% | 0.93% | - |
| XYZ | 30.99 | 36.11 | 85.46 | - |
| YUV | 140.54 | 182.43 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 237 | 0.82 | 0.27 | 0 | 0.07 | 200 | 0.84 | 0.55 |
| Hex | 2A | AC | ED | 52 | 1B | 0 | 7 | C8 | 54 | 37 |
| Octal | 52 | 254 | 355 | 122 | 33 | 0 | 7 | 310 | 124 | 67 |
| Binary | 101010 | 10101100 | 11101101 | 1010010 | 11011 | 0 | 111 | 11001000 | 1010100 | 110111 |
Color Harmonies of #2AACED
Complementary color
Monochromatic Colors of #2AACED
Black with #2AACED
Text Example
Text Example
White with #2AACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACED; }
p { color: rgb(42,172,237); }
H1.HeaderClassName
{
color: #2AACED;
}
.AnyTagClassName
{
color: #2AACED;
}
</style>
background-color css
<style>
a { background-color: #2AACED; }
a { background-color: rgb(42,172,237); }
div.DivClassName
{
background-color: #2AACED;
}
.BgClassName
{
background-color: #2AACED;
}
</style>
border-color css
<style>
span { border-color: #2AACED; }
span { border-color: rgb(42,172,237); }
td.TdClassName
{
border-color: #2AACED;
}
.TagClassName
{
border-color: #2AACED;
}
</style>