Shades of Summer Sky #32BBDD
Tints of Summer Sky #32BBDD
RGB
CMYK
RGB Variations
Color information
#32BBDD (or 0x32BBDD) is known color: Summer Sky. HEX triplet: 32, BB and DD. RGB value is (50,187,221). Sum of RGB (Red+Green+Blue) = 50+187+221=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #32BBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBDD is #CD4422. Grayscale: #959595. Windows color (decimal): -13452323 or 14531378. OLE color: 14531378.
HSL color Cylindrical-coordinate representation of color #32BBDD: hue angle of 191.93º 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 #32BBDD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 187 | 221 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.13 |
| HSL | 191.93º | 0.72% | 0.53% | - |
| HSV(B) | 191.93º | 0.77% | 0.87% | - |
| XYZ | 32.14 | 41.44 | 74.71 | - |
| YUV | 149.91 | 168.11 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 221 | 0.77 | 0.15 | 0 | 0.13 | 191.93 | 0.72 | 0.53 |
| Hex | 32 | BB | DD | 4D | F | 0 | D | C0 | 48 | 35 |
| Octal | 62 | 273 | 335 | 115 | 17 | 0 | 15 | 300 | 110 | 65 |
| Binary | 110010 | 10111011 | 11011101 | 1001101 | 1111 | 0 | 1101 | 11000000 | 1001000 | 110101 |
Color Harmonies of #32BBDD
Complementary color
Monochromatic Colors of #32BBDD
Black with #32BBDD
Text Example
Text Example
White with #32BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBDD; }
p { color: rgb(50,187,221); }
H1.HeaderClassName
{
color: #32BBDD;
}
.AnyTagClassName
{
color: #32BBDD;
}
</style>
background-color css
<style>
a { background-color: #32BBDD; }
a { background-color: rgb(50,187,221); }
div.DivClassName
{
background-color: #32BBDD;
}
.BgClassName
{
background-color: #32BBDD;
}
</style>
border-color css
<style>
span { border-color: #32BBDD; }
span { border-color: rgb(50,187,221); }
td.TdClassName
{
border-color: #32BBDD;
}
.TagClassName
{
border-color: #32BBDD;
}
</style>