Shades of Summer Sky #32BEE1
Tints of Summer Sky #32BEE1
RGB
CMYK
RGB Variations
Color information
#32BEE1 (or 0x32BEE1) is known color: Summer Sky. HEX triplet: 32, BE and E1. RGB value is (50,190,225). Sum of RGB (Red+Green+Blue) = 50+190+225=465 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.75% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #32BEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEE1 is #CD411E. Grayscale: #979797. Windows color (decimal): -13451551 or 14794290. OLE color: 14794290.
HSL color Cylindrical-coordinate representation of color #32BEE1: hue angle of 192º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32BEE1 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 190 | 225 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.12 |
| HSL | 192º | 0.74% | 0.54% | - |
| HSV(B) | 192º | 0.78% | 0.88% | - |
| XYZ | 33.32 | 42.94 | 77.77 | - |
| YUV | 152.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 225 | 0.78 | 0.16 | 0 | 0.12 | 192 | 0.74 | 0.54 |
| Hex | 32 | BE | E1 | 4E | 10 | 0 | C | C0 | 4A | 36 |
| Octal | 62 | 276 | 341 | 116 | 20 | 0 | 14 | 300 | 112 | 66 |
| Binary | 110010 | 10111110 | 11100001 | 1001110 | 10000 | 0 | 1100 | 11000000 | 1001010 | 110110 |
Color Harmonies of #32BEE1
Complementary color
Monochromatic Colors of #32BEE1
Black with #32BEE1
Text Example
Text Example
White with #32BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEE1; }
p { color: rgb(50,190,225); }
H1.HeaderClassName
{
color: #32BEE1;
}
.AnyTagClassName
{
color: #32BEE1;
}
</style>
background-color css
<style>
a { background-color: #32BEE1; }
a { background-color: rgb(50,190,225); }
div.DivClassName
{
background-color: #32BEE1;
}
.BgClassName
{
background-color: #32BEE1;
}
</style>
border-color css
<style>
span { border-color: #32BEE1; }
span { border-color: rgb(50,190,225); }
td.TdClassName
{
border-color: #32BEE1;
}
.TagClassName
{
border-color: #32BEE1;
}
</style>