Shades of Summer Sky #2AACEB
Tints of Summer Sky #2AACEB
RGB
CMYK
RGB Variations
Color information
#2AACEB (or 0x2AACEB) is known color: Summer Sky. HEX triplet: 2A, AC and EB. RGB value is (42,172,235). Sum of RGB (Red+Green+Blue) = 42+172+235=449 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.35% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #2AACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACEB is #D55314. Grayscale: #8B8B8B. Windows color (decimal): -13980437 or 15445034. OLE color: 15445034.
HSL color Cylindrical-coordinate representation of color #2AACEB: hue angle of 199.59º degrees, saturation: 0.83, 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 #2AACEB is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 172 | 235 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.08 |
| HSL | 199.59º | 0.83% | 0.54% | - |
| HSV(B) | 199.59º | 0.82% | 0.92% | - |
| XYZ | 30.7 | 36 | 83.93 | - |
| YUV | 140.31 | 181.43 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 235 | 0.82 | 0.27 | 0 | 0.08 | 199.59 | 0.83 | 0.54 |
| Hex | 2A | AC | EB | 52 | 1B | 0 | 8 | C8 | 53 | 36 |
| Octal | 52 | 254 | 353 | 122 | 33 | 0 | 10 | 310 | 123 | 66 |
| Binary | 101010 | 10101100 | 11101011 | 1010010 | 11011 | 0 | 1000 | 11001000 | 1010011 | 110110 |
Color Harmonies of #2AACEB
Complementary color
Monochromatic Colors of #2AACEB
Black with #2AACEB
Text Example
Text Example
White with #2AACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACEB; }
p { color: rgb(42,172,235); }
H1.HeaderClassName
{
color: #2AACEB;
}
.AnyTagClassName
{
color: #2AACEB;
}
</style>
background-color css
<style>
a { background-color: #2AACEB; }
a { background-color: rgb(42,172,235); }
div.DivClassName
{
background-color: #2AACEB;
}
.BgClassName
{
background-color: #2AACEB;
}
</style>
border-color css
<style>
span { border-color: #2AACEB; }
span { border-color: rgb(42,172,235); }
td.TdClassName
{
border-color: #2AACEB;
}
.TagClassName
{
border-color: #2AACEB;
}
</style>