Shades of Summer Sky #2ACAEA
Tints of Summer Sky #2ACAEA
RGB
CMYK
RGB Variations
Color information
#2ACAEA (or 0x2ACAEA) is known color: Summer Sky. HEX triplet: 2A, CA and EA. RGB value is (42,202,234). Sum of RGB (Red+Green+Blue) = 42+202+234=478 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.79% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ACAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACAEA is #D53515. Grayscale: #9D9D9D. Windows color (decimal): -13972758 or 15387178. OLE color: 15387178.
HSL color Cylindrical-coordinate representation of color #2ACAEA: hue angle of 190º 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 #2ACAEA is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 202 | 234 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.08 |
| HSL | 190º | 0.82% | 0.54% | - |
| HSV(B) | 190º | 0.82% | 0.92% | - |
| XYZ | 36.93 | 48.67 | 85.29 | - |
| YUV | 157.81 | 170.99 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 234 | 0.82 | 0.14 | 0 | 0.08 | 190 | 0.82 | 0.54 |
| Hex | 2A | CA | EA | 52 | E | 0 | 8 | BE | 52 | 36 |
| Octal | 52 | 312 | 352 | 122 | 16 | 0 | 10 | 276 | 122 | 66 |
| Binary | 101010 | 11001010 | 11101010 | 1010010 | 1110 | 0 | 1000 | 10111110 | 1010010 | 110110 |
Color Harmonies of #2ACAEA
Complementary color
Monochromatic Colors of #2ACAEA
Black with #2ACAEA
Text Example
Text Example
White with #2ACAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACAEA; }
p { color: rgb(42,202,234); }
H1.HeaderClassName
{
color: #2ACAEA;
}
.AnyTagClassName
{
color: #2ACAEA;
}
</style>
background-color css
<style>
a { background-color: #2ACAEA; }
a { background-color: rgb(42,202,234); }
div.DivClassName
{
background-color: #2ACAEA;
}
.BgClassName
{
background-color: #2ACAEA;
}
</style>
border-color css
<style>
span { border-color: #2ACAEA; }
span { border-color: rgb(42,202,234); }
td.TdClassName
{
border-color: #2ACAEA;
}
.TagClassName
{
border-color: #2ACAEA;
}
</style>