Shades of Summer Sky #2AACEF
Tints of Summer Sky #2AACEF
RGB
CMYK
RGB Variations
Color information
#2AACEF (or 0x2AACEF) is known color: Summer Sky. HEX triplet: 2A, AC and EF. RGB value is (42,172,239). Sum of RGB (Red+Green+Blue) = 42+172+239=453 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.27% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #2AACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2AACEF is #D55310. Grayscale: #8C8C8C. Windows color (decimal): -13980433 or 15707178. OLE color: 15707178.
HSL color Cylindrical-coordinate representation of color #2AACEF: hue angle of 200.41º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AACEF is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 42 | 172 | 239 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.06 |
| HSL | 200.41º | 0.86% | 0.55% | - |
| HSV(B) | 200.41º | 0.82% | 0.94% | - |
| XYZ | 31.29 | 36.23 | 87.01 | - |
| YUV | 140.77 | 183.43 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 239 | 0.82 | 0.28 | 0 | 0.06 | 200.41 | 0.86 | 0.55 |
| Hex | 2A | AC | EF | 52 | 1C | 0 | 6 | C8 | 56 | 37 |
| Octal | 52 | 254 | 357 | 122 | 34 | 0 | 6 | 310 | 126 | 67 |
| Binary | 101010 | 10101100 | 11101111 | 1010010 | 11100 | 0 | 110 | 11001000 | 1010110 | 110111 |
Color Harmonies of #2AACEF
Complementary color
Monochromatic Colors of #2AACEF
Black with #2AACEF
Text Example
Text Example
White with #2AACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACEF; }
p { color: rgb(42,172,239); }
H1.HeaderClassName
{
color: #2AACEF;
}
.AnyTagClassName
{
color: #2AACEF;
}
</style>
background-color css
<style>
a { background-color: #2AACEF; }
a { background-color: rgb(42,172,239); }
div.DivClassName
{
background-color: #2AACEF;
}
.BgClassName
{
background-color: #2AACEF;
}
</style>
border-color css
<style>
span { border-color: #2AACEF; }
span { border-color: rgb(42,172,239); }
td.TdClassName
{
border-color: #2AACEF;
}
.TagClassName
{
border-color: #2AACEF;
}
</style>