Shades of Summer Sky #32BAE0
Tints of Summer Sky #32BAE0
RGB
CMYK
RGB Variations
Color information
#32BAE0 (or 0x32BAE0) is known color: Summer Sky. HEX triplet: 32, BA and E0. RGB value is (50,186,224). Sum of RGB (Red+Green+Blue) = 50+186+224=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #32BAE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAE0 is #CD451F. Grayscale: #959595. Windows color (decimal): -13452576 or 14727730. OLE color: 14727730.
HSL color Cylindrical-coordinate representation of color #32BAE0: hue angle of 193.1º 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 #32BAE0 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 186 | 224 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.12 |
| HSL | 193.1º | 0.74% | 0.54% | - |
| HSV(B) | 193.1º | 0.78% | 0.88% | - |
| XYZ | 32.33 | 41.18 | 76.77 | - |
| YUV | 149.67 | 169.94 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 224 | 0.78 | 0.17 | 0 | 0.12 | 193.1 | 0.74 | 0.54 |
| Hex | 32 | BA | E0 | 4E | 11 | 0 | C | C1 | 4A | 36 |
| Octal | 62 | 272 | 340 | 116 | 21 | 0 | 14 | 301 | 112 | 66 |
| Binary | 110010 | 10111010 | 11100000 | 1001110 | 10001 | 0 | 1100 | 11000001 | 1001010 | 110110 |
Color Harmonies of #32BAE0
Complementary color
Monochromatic Colors of #32BAE0
Black with #32BAE0
Text Example
Text Example
White with #32BAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAE0; }
p { color: rgb(50,186,224); }
H1.HeaderClassName
{
color: #32BAE0;
}
.AnyTagClassName
{
color: #32BAE0;
}
</style>
background-color css
<style>
a { background-color: #32BAE0; }
a { background-color: rgb(50,186,224); }
div.DivClassName
{
background-color: #32BAE0;
}
.BgClassName
{
background-color: #32BAE0;
}
</style>
border-color css
<style>
span { border-color: #32BAE0; }
span { border-color: rgb(50,186,224); }
td.TdClassName
{
border-color: #32BAE0;
}
.TagClassName
{
border-color: #32BAE0;
}
</style>