Shades of Summer Sky #2ACEF7
Tints of Summer Sky #2ACEF7
RGB
CMYK
RGB Variations
Color information
#2ACEF7 (or 0x2ACEF7) is known color: Summer Sky. HEX triplet: 2A, CE and F7. RGB value is (42,206,247). Sum of RGB (Red+Green+Blue) = 42+206+247=495 (65% of max value = 765). Red value is 42 (16.80% from 255 or 8.48% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 247 (96.88% from 255 or 49.90% from 495); Max value from RGB is 247 - color contains mainly: blue. Hex color #2ACEF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACEF7 is #D53108. Grayscale: #A1A1A1. Windows color (decimal): -13971721 or 16240170. OLE color: 16240170.
HSL color Cylindrical-coordinate representation of color #2ACEF7: hue angle of 192º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2ACEF7 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 206 | 247 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.03 |
| HSL | 192º | 0.93% | 0.57% | - |
| HSV(B) | 192º | 0.83% | 0.97% | - |
| XYZ | 39.81 | 51.35 | 95.81 | - |
| YUV | 161.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 247 | 0.83 | 0.17 | 0 | 0.03 | 192 | 0.93 | 0.57 |
| Hex | 2A | CE | F7 | 53 | 11 | 0 | 3 | C0 | 5D | 39 |
| Octal | 52 | 316 | 367 | 123 | 21 | 0 | 3 | 300 | 135 | 71 |
| Binary | 101010 | 11001110 | 11110111 | 1010011 | 10001 | 0 | 11 | 11000000 | 1011101 | 111001 |
Color Harmonies of #2ACEF7
Complementary color
Monochromatic Colors of #2ACEF7
Black with #2ACEF7
Text Example
Text Example
White with #2ACEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACEF7; }
p { color: rgb(42,206,247); }
H1.HeaderClassName
{
color: #2ACEF7;
}
.AnyTagClassName
{
color: #2ACEF7;
}
</style>
background-color css
<style>
a { background-color: #2ACEF7; }
a { background-color: rgb(42,206,247); }
div.DivClassName
{
background-color: #2ACEF7;
}
.BgClassName
{
background-color: #2ACEF7;
}
</style>
border-color css
<style>
span { border-color: #2ACEF7; }
span { border-color: rgb(42,206,247); }
td.TdClassName
{
border-color: #2ACEF7;
}
.TagClassName
{
border-color: #2ACEF7;
}
</style>