Shades of Summer Sky #32BBEC
Tints of Summer Sky #32BBEC
RGB
CMYK
RGB Variations
Color information
#32BBEC (or 0x32BBEC) is known color: Summer Sky. HEX triplet: 32, BB and EC. RGB value is (50,187,236). Sum of RGB (Red+Green+Blue) = 50+187+236=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #32BBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BBEC is #CD4413. Grayscale: #979797. Windows color (decimal): -13452308 or 15514418. OLE color: 15514418.
HSL color Cylindrical-coordinate representation of color #32BBEC: hue angle of 195.81º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BBEC is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 187 | 236 | - |
| CMYK | 0.79 | 0.21 | 0 | 0.07 |
| HSL | 195.81º | 0.83% | 0.56% | - |
| HSV(B) | 195.81º | 0.79% | 0.93% | - |
| XYZ | 34.23 | 42.27 | 85.71 | - |
| YUV | 151.62 | 175.61 | 55.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 236 | 0.79 | 0.21 | 0 | 0.07 | 195.81 | 0.83 | 0.56 |
| Hex | 32 | BB | EC | 4F | 15 | 0 | 7 | C4 | 53 | 38 |
| Octal | 62 | 273 | 354 | 117 | 25 | 0 | 7 | 304 | 123 | 70 |
| Binary | 110010 | 10111011 | 11101100 | 1001111 | 10101 | 0 | 111 | 11000100 | 1010011 | 111000 |
Color Harmonies of #32BBEC
Complementary color
Monochromatic Colors of #32BBEC
Black with #32BBEC
Text Example
Text Example
White with #32BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBEC; }
p { color: rgb(50,187,236); }
H1.HeaderClassName
{
color: #32BBEC;
}
.AnyTagClassName
{
color: #32BBEC;
}
</style>
background-color css
<style>
a { background-color: #32BBEC; }
a { background-color: rgb(50,187,236); }
div.DivClassName
{
background-color: #32BBEC;
}
.BgClassName
{
background-color: #32BBEC;
}
</style>
border-color css
<style>
span { border-color: #32BBEC; }
span { border-color: rgb(50,187,236); }
td.TdClassName
{
border-color: #32BBEC;
}
.TagClassName
{
border-color: #32BBEC;
}
</style>