Shades of Summer Sky #32BEE8
Tints of Summer Sky #32BEE8
RGB
CMYK
RGB Variations
Color information
#32BEE8 (or 0x32BEE8) is known color: Summer Sky. HEX triplet: 32, BE and E8. RGB value is (50,190,232). Sum of RGB (Red+Green+Blue) = 50+190+232=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 232 (91.02% from 255 or 49.15% from 472); Max value from RGB is 232 - color contains mainly: blue. Hex color #32BEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEE8 is #CD4117. Grayscale: #989898. Windows color (decimal): -13451544 or 15253042. OLE color: 15253042.
HSL color Cylindrical-coordinate representation of color #32BEE8: hue angle of 193.85º 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 #32BEE8 is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 190 | 232 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.09 |
| HSL | 193.85º | 0.8% | 0.55% | - |
| HSV(B) | 193.85º | 0.78% | 0.91% | - |
| XYZ | 34.29 | 43.33 | 82.9 | - |
| YUV | 152.93 | 172.62 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 232 | 0.78 | 0.18 | 0 | 0.09 | 193.85 | 0.8 | 0.55 |
| Hex | 32 | BE | E8 | 4E | 12 | 0 | 9 | C2 | 50 | 37 |
| Octal | 62 | 276 | 350 | 116 | 22 | 0 | 11 | 302 | 120 | 67 |
| Binary | 110010 | 10111110 | 11101000 | 1001110 | 10010 | 0 | 1001 | 11000010 | 1010000 | 110111 |
Color Harmonies of #32BEE8
Complementary color
Monochromatic Colors of #32BEE8
Black with #32BEE8
Text Example
Text Example
White with #32BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEE8; }
p { color: rgb(50,190,232); }
H1.HeaderClassName
{
color: #32BEE8;
}
.AnyTagClassName
{
color: #32BEE8;
}
</style>
background-color css
<style>
a { background-color: #32BEE8; }
a { background-color: rgb(50,190,232); }
div.DivClassName
{
background-color: #32BEE8;
}
.BgClassName
{
background-color: #32BEE8;
}
</style>
border-color css
<style>
span { border-color: #32BEE8; }
span { border-color: rgb(50,190,232); }
td.TdClassName
{
border-color: #32BEE8;
}
.TagClassName
{
border-color: #32BEE8;
}
</style>