Shades of Summer Sky #32BBDE
Tints of Summer Sky #32BBDE
RGB
CMYK
RGB Variations
Color information
#32BBDE (or 0x32BBDE) is known color: Summer Sky. HEX triplet: 32, BB and DE. RGB value is (50,187,222). Sum of RGB (Red+Green+Blue) = 50+187+222=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 222 (87.11% from 255 or 48.37% from 459); Max value from RGB is 222 - color contains mainly: blue. Hex color #32BBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBDE is #CD4421. Grayscale: #959595. Windows color (decimal): -13452322 or 14596914. OLE color: 14596914.
HSL color Cylindrical-coordinate representation of color #32BBDE: hue angle of 192.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BBDE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 187 | 222 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.13 |
| HSL | 192.21º | 0.72% | 0.53% | - |
| HSV(B) | 192.21º | 0.77% | 0.87% | - |
| XYZ | 32.27 | 41.49 | 75.42 | - |
| YUV | 150.03 | 168.61 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 222 | 0.77 | 0.16 | 0 | 0.13 | 192.21 | 0.72 | 0.53 |
| Hex | 32 | BB | DE | 4D | 10 | 0 | D | C0 | 48 | 35 |
| Octal | 62 | 273 | 336 | 115 | 20 | 0 | 15 | 300 | 110 | 65 |
| Binary | 110010 | 10111011 | 11011110 | 1001101 | 10000 | 0 | 1101 | 11000000 | 1001000 | 110101 |
Color Harmonies of #32BBDE
Complementary color
Monochromatic Colors of #32BBDE
Black with #32BBDE
Text Example
Text Example
White with #32BBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBDE; }
p { color: rgb(50,187,222); }
H1.HeaderClassName
{
color: #32BBDE;
}
.AnyTagClassName
{
color: #32BBDE;
}
</style>
background-color css
<style>
a { background-color: #32BBDE; }
a { background-color: rgb(50,187,222); }
div.DivClassName
{
background-color: #32BBDE;
}
.BgClassName
{
background-color: #32BBDE;
}
</style>
border-color css
<style>
span { border-color: #32BBDE; }
span { border-color: rgb(50,187,222); }
td.TdClassName
{
border-color: #32BBDE;
}
.TagClassName
{
border-color: #32BBDE;
}
</style>