Shades of Summer Sky #32AECE
Tints of Summer Sky #32AECE
RGB
CMYK
RGB Variations
Color information
#32AECE (or 0x32AECE) is known color: Summer Sky. HEX triplet: 32, AE and CE. RGB value is (50,174,206). Sum of RGB (Red+Green+Blue) = 50+174+206=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #32AECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AECE is #CD5131. Grayscale: #8C8C8C. Windows color (decimal): -13455666 or 13545010. OLE color: 13545010.
HSL color Cylindrical-coordinate representation of color #32AECE: hue angle of 192.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32AECE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 174 | 206 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.19 |
| HSL | 192.31º | 0.61% | 0.5% | - |
| HSV(B) | 192.31º | 0.76% | 0.81% | - |
| XYZ | 27.59 | 35.41 | 63.77 | - |
| YUV | 140.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 206 | 0.76 | 0.16 | 0 | 0.19 | 192.31 | 0.61 | 0.5 |
| Hex | 32 | AE | CE | 4C | 10 | 0 | 13 | C0 | 3D | 32 |
| Octal | 62 | 256 | 316 | 114 | 20 | 0 | 23 | 300 | 75 | 62 |
| Binary | 110010 | 10101110 | 11001110 | 1001100 | 10000 | 0 | 10011 | 11000000 | 111101 | 110010 |
Color Harmonies of #32AECE
Complementary color
Monochromatic Colors of #32AECE
Black with #32AECE
Text Example
Text Example
White with #32AECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AECE; }
p { color: rgb(50,174,206); }
H1.HeaderClassName
{
color: #32AECE;
}
.AnyTagClassName
{
color: #32AECE;
}
</style>
background-color css
<style>
a { background-color: #32AECE; }
a { background-color: rgb(50,174,206); }
div.DivClassName
{
background-color: #32AECE;
}
.BgClassName
{
background-color: #32AECE;
}
</style>
border-color css
<style>
span { border-color: #32AECE; }
span { border-color: rgb(50,174,206); }
td.TdClassName
{
border-color: #32AECE;
}
.TagClassName
{
border-color: #32AECE;
}
</style>