Shades of Summer Sky #2ACEE0
Tints of Summer Sky #2ACEE0
RGB
CMYK
RGB Variations
Color information
#2ACEE0 (or 0x2ACEE0) is known color: Summer Sky. HEX triplet: 2A, CE and E0. RGB value is (42,206,224). Sum of RGB (Red+Green+Blue) = 42+206+224=472 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.90% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #2ACEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ACEE0 is #D5311F. Grayscale: #9E9E9E. Windows color (decimal): -13971744 or 14732842. OLE color: 14732842.
HSL color Cylindrical-coordinate representation of color #2ACEE0: hue angle of 185.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ACEE0 is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 42 | 206 | 224 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.12 |
| HSL | 185.93º | 0.75% | 0.52% | - |
| HSV(B) | 185.93º | 0.81% | 0.88% | - |
| XYZ | 36.48 | 50.02 | 78.25 | - |
| YUV | 159.02 | 164.67 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 224 | 0.81 | 0.08 | 0 | 0.12 | 185.93 | 0.75 | 0.52 |
| Hex | 2A | CE | E0 | 51 | 8 | 0 | C | BA | 4B | 34 |
| Octal | 52 | 316 | 340 | 121 | 10 | 0 | 14 | 272 | 113 | 64 |
| Binary | 101010 | 11001110 | 11100000 | 1010001 | 1000 | 0 | 1100 | 10111010 | 1001011 | 110100 |
Color Harmonies of #2ACEE0
Complementary color
Monochromatic Colors of #2ACEE0
Black with #2ACEE0
Text Example
Text Example
White with #2ACEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEE0; }
p { color: rgb(42,206,224); }
H1.HeaderClassName
{
color: #2ACEE0;
}
.AnyTagClassName
{
color: #2ACEE0;
}
</style>
background-color css
<style>
a { background-color: #2ACEE0; }
a { background-color: rgb(42,206,224); }
div.DivClassName
{
background-color: #2ACEE0;
}
.BgClassName
{
background-color: #2ACEE0;
}
</style>
border-color css
<style>
span { border-color: #2ACEE0; }
span { border-color: rgb(42,206,224); }
td.TdClassName
{
border-color: #2ACEE0;
}
.TagClassName
{
border-color: #2ACEE0;
}
</style>