Shades of Summer Sky #33ACE1
Tints of Summer Sky #33ACE1
RGB
CMYK
RGB Variations
Color information
#33ACE1 (or 0x33ACE1) is known color: Summer Sky. HEX triplet: 33, AC and E1. RGB value is (51,172,225). Sum of RGB (Red+Green+Blue) = 51+172+225=448 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.38% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #33ACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ACE1 is #CC531E. Grayscale: #8D8D8D. Windows color (decimal): -13390623 or 14789683. OLE color: 14789683.
HSL color Cylindrical-coordinate representation of color #33ACE1: hue angle of 198.28º 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 #33ACE1 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 51 | 172 | 225 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.12 |
| HSL | 198.28º | 0.74% | 0.54% | - |
| HSV(B) | 198.28º | 0.77% | 0.88% | - |
| XYZ | 29.71 | 35.65 | 76.55 | - |
| YUV | 141.86 | 174.91 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 172 | 225 | 0.77 | 0.24 | 0 | 0.12 | 198.28 | 0.74 | 0.54 |
| Hex | 33 | AC | E1 | 4D | 18 | 0 | C | C6 | 4A | 36 |
| Octal | 63 | 254 | 341 | 115 | 30 | 0 | 14 | 306 | 112 | 66 |
| Binary | 110011 | 10101100 | 11100001 | 1001101 | 11000 | 0 | 1100 | 11000110 | 1001010 | 110110 |
Color Harmonies of #33ACE1
Complementary color
Monochromatic Colors of #33ACE1
Black with #33ACE1
Text Example
Text Example
White with #33ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33ACE1; }
p { color: rgb(51,172,225); }
H1.HeaderClassName
{
color: #33ACE1;
}
.AnyTagClassName
{
color: #33ACE1;
}
</style>
background-color css
<style>
a { background-color: #33ACE1; }
a { background-color: rgb(51,172,225); }
div.DivClassName
{
background-color: #33ACE1;
}
.BgClassName
{
background-color: #33ACE1;
}
</style>
border-color css
<style>
span { border-color: #33ACE1; }
span { border-color: rgb(51,172,225); }
td.TdClassName
{
border-color: #33ACE1;
}
.TagClassName
{
border-color: #33ACE1;
}
</style>