Shades of Summer Sky #33ACE0
Tints of Summer Sky #33ACE0
RGB
CMYK
RGB Variations
Color information
#33ACE0 (or 0x33ACE0) is known color: Summer Sky. HEX triplet: 33, AC and E0. RGB value is (51,172,224). Sum of RGB (Red+Green+Blue) = 51+172+224=447 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.41% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #33ACE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACE0 is #CC531F. Grayscale: #8D8D8D. Windows color (decimal): -13390624 or 14724147. OLE color: 14724147.
HSL color Cylindrical-coordinate representation of color #33ACE0: hue angle of 198.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ACE0 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 172 | 224 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.12 |
| HSL | 198.03º | 0.74% | 0.54% | - |
| HSV(B) | 198.03º | 0.77% | 0.88% | - |
| XYZ | 29.57 | 35.59 | 75.83 | - |
| YUV | 141.75 | 174.41 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 224 | 0.77 | 0.23 | 0 | 0.12 | 198.03 | 0.74 | 0.54 |
| Hex | 33 | AC | E0 | 4D | 17 | 0 | C | C6 | 4A | 36 |
| Octal | 63 | 254 | 340 | 115 | 27 | 0 | 14 | 306 | 112 | 66 |
| Binary | 110011 | 10101100 | 11100000 | 1001101 | 10111 | 0 | 1100 | 11000110 | 1001010 | 110110 |
Color Harmonies of #33ACE0
Complementary color
Monochromatic Colors of #33ACE0
Black with #33ACE0
Text Example
Text Example
White with #33ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACE0; }
p { color: rgb(51,172,224); }
H1.HeaderClassName
{
color: #33ACE0;
}
.AnyTagClassName
{
color: #33ACE0;
}
</style>
background-color css
<style>
a { background-color: #33ACE0; }
a { background-color: rgb(51,172,224); }
div.DivClassName
{
background-color: #33ACE0;
}
.BgClassName
{
background-color: #33ACE0;
}
</style>
border-color css
<style>
span { border-color: #33ACE0; }
span { border-color: rgb(51,172,224); }
td.TdClassName
{
border-color: #33ACE0;
}
.TagClassName
{
border-color: #33ACE0;
}
</style>