Shades of Summer Sky #32BBEB
Tints of Summer Sky #32BBEB
RGB
CMYK
RGB Variations
Color information
#32BBEB (or 0x32BBEB) is known color: Summer Sky. HEX triplet: 32, BB and EB. RGB value is (50,187,235). Sum of RGB (Red+Green+Blue) = 50+187+235=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 187 (73.44% from 255 or 39.62% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #32BBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BBEB is #CD4414. Grayscale: #979797. Windows color (decimal): -13452309 or 15448882. OLE color: 15448882.
HSL color Cylindrical-coordinate representation of color #32BBEB: hue angle of 195.57º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BBEB is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 187 | 235 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.08 |
| HSL | 195.57º | 0.82% | 0.56% | - |
| HSV(B) | 195.57º | 0.79% | 0.92% | - |
| XYZ | 34.08 | 42.22 | 84.95 | - |
| YUV | 151.51 | 175.11 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 235 | 0.79 | 0.20 | 0 | 0.08 | 195.57 | 0.82 | 0.56 |
| Hex | 32 | BB | EB | 4F | 14 | 0 | 8 | C4 | 52 | 38 |
| Octal | 62 | 273 | 353 | 117 | 24 | 0 | 10 | 304 | 122 | 70 |
| Binary | 110010 | 10111011 | 11101011 | 1001111 | 10100 | 0 | 1000 | 11000100 | 1010010 | 111000 |
Color Harmonies of #32BBEB
Complementary color
Monochromatic Colors of #32BBEB
Black with #32BBEB
Text Example
Text Example
White with #32BBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBEB; }
p { color: rgb(50,187,235); }
H1.HeaderClassName
{
color: #32BBEB;
}
.AnyTagClassName
{
color: #32BBEB;
}
</style>
background-color css
<style>
a { background-color: #32BBEB; }
a { background-color: rgb(50,187,235); }
div.DivClassName
{
background-color: #32BBEB;
}
.BgClassName
{
background-color: #32BBEB;
}
</style>
border-color css
<style>
span { border-color: #32BBEB; }
span { border-color: rgb(50,187,235); }
td.TdClassName
{
border-color: #32BBEB;
}
.TagClassName
{
border-color: #32BBEB;
}
</style>