Shades of Summer Sky #2ACEEB
Tints of Summer Sky #2ACEEB
RGB
CMYK
RGB Variations
Color information
#2ACEEB (or 0x2ACEEB) is known color: Summer Sky. HEX triplet: 2A, CE and EB. RGB value is (42,206,235). Sum of RGB (Red+Green+Blue) = 42+206+235=483 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.70% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #2ACEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEEB is #D53114. Grayscale: #9F9F9F. Windows color (decimal): -13971733 or 15453738. OLE color: 15453738.
HSL color Cylindrical-coordinate representation of color #2ACEEB: hue angle of 189.02º 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 #2ACEEB is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 206 | 235 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.08 |
| HSL | 189.02º | 0.83% | 0.54% | - |
| HSV(B) | 189.02º | 0.82% | 0.92% | - |
| XYZ | 38.02 | 50.63 | 86.37 | - |
| YUV | 160.27 | 170.17 | 43.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 235 | 0.82 | 0.12 | 0 | 0.08 | 189.02 | 0.83 | 0.54 |
| Hex | 2A | CE | EB | 52 | C | 0 | 8 | BD | 53 | 36 |
| Octal | 52 | 316 | 353 | 122 | 14 | 0 | 10 | 275 | 123 | 66 |
| Binary | 101010 | 11001110 | 11101011 | 1010010 | 1100 | 0 | 1000 | 10111101 | 1010011 | 110110 |
Color Harmonies of #2ACEEB
Complementary color
Monochromatic Colors of #2ACEEB
Black with #2ACEEB
Text Example
Text Example
White with #2ACEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEEB; }
p { color: rgb(42,206,235); }
H1.HeaderClassName
{
color: #2ACEEB;
}
.AnyTagClassName
{
color: #2ACEEB;
}
</style>
background-color css
<style>
a { background-color: #2ACEEB; }
a { background-color: rgb(42,206,235); }
div.DivClassName
{
background-color: #2ACEEB;
}
.BgClassName
{
background-color: #2ACEEB;
}
</style>
border-color css
<style>
span { border-color: #2ACEEB; }
span { border-color: rgb(42,206,235); }
td.TdClassName
{
border-color: #2ACEEB;
}
.TagClassName
{
border-color: #2ACEEB;
}
</style>