Shades of Summer Sky #32CEE8
Tints of Summer Sky #32CEE8
RGB
CMYK
RGB Variations
Color information
#32CEE8 (or 0x32CEE8) is known color: Summer Sky. HEX triplet: 32, CE and E8. RGB value is (50,206,232). Sum of RGB (Red+Green+Blue) = 50+206+232=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #32CEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32CEE8 is #CD3117. Grayscale: #A2A2A2. Windows color (decimal): -13447448 or 15257138. OLE color: 15257138.
HSL color Cylindrical-coordinate representation of color #32CEE8: hue angle of 188.57º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32CEE8 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 206 | 232 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.09 |
| HSL | 188.57º | 0.8% | 0.55% | - |
| HSV(B) | 188.57º | 0.78% | 0.91% | - |
| XYZ | 37.95 | 50.65 | 84.12 | - |
| YUV | 162.32 | 167.32 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 232 | 0.78 | 0.11 | 0 | 0.09 | 188.57 | 0.8 | 0.55 |
| Hex | 32 | CE | E8 | 4E | B | 0 | 9 | BD | 50 | 37 |
| Octal | 62 | 316 | 350 | 116 | 13 | 0 | 11 | 275 | 120 | 67 |
| Binary | 110010 | 11001110 | 11101000 | 1001110 | 1011 | 0 | 1001 | 10111101 | 1010000 | 110111 |
Color Harmonies of #32CEE8
Complementary color
Monochromatic Colors of #32CEE8
Black with #32CEE8
Text Example
Text Example
White with #32CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CEE8; }
p { color: rgb(50,206,232); }
H1.HeaderClassName
{
color: #32CEE8;
}
.AnyTagClassName
{
color: #32CEE8;
}
</style>
background-color css
<style>
a { background-color: #32CEE8; }
a { background-color: rgb(50,206,232); }
div.DivClassName
{
background-color: #32CEE8;
}
.BgClassName
{
background-color: #32CEE8;
}
</style>
border-color css
<style>
span { border-color: #32CEE8; }
span { border-color: rgb(50,206,232); }
td.TdClassName
{
border-color: #32CEE8;
}
.TagClassName
{
border-color: #32CEE8;
}
</style>