Shades of Summer Sky #32BBDA
Tints of Summer Sky #32BBDA
RGB
CMYK
RGB Variations
Color information
#32BBDA (or 0x32BBDA) is known color: Summer Sky. HEX triplet: 32, BB and DA. RGB value is (50,187,218). Sum of RGB (Red+Green+Blue) = 50+187+218=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #32BBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBDA is #CD4425. Grayscale: #959595. Windows color (decimal): -13452326 or 14334770. OLE color: 14334770.
HSL color Cylindrical-coordinate representation of color #32BBDA: hue angle of 191.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BBDA is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 187 | 218 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.15 |
| HSL | 191.07º | 0.69% | 0.53% | - |
| HSV(B) | 191.07º | 0.77% | 0.85% | - |
| XYZ | 31.74 | 41.28 | 72.62 | - |
| YUV | 149.57 | 166.61 | 56.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 218 | 0.77 | 0.14 | 0 | 0.15 | 191.07 | 0.69 | 0.53 |
| Hex | 32 | BB | DA | 4D | E | 0 | F | BF | 45 | 35 |
| Octal | 62 | 273 | 332 | 115 | 16 | 0 | 17 | 277 | 105 | 65 |
| Binary | 110010 | 10111011 | 11011010 | 1001101 | 1110 | 0 | 1111 | 10111111 | 1000101 | 110101 |
Color Harmonies of #32BBDA
Complementary color
Monochromatic Colors of #32BBDA
Black with #32BBDA
Text Example
Text Example
White with #32BBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBDA; }
p { color: rgb(50,187,218); }
H1.HeaderClassName
{
color: #32BBDA;
}
.AnyTagClassName
{
color: #32BBDA;
}
</style>
background-color css
<style>
a { background-color: #32BBDA; }
a { background-color: rgb(50,187,218); }
div.DivClassName
{
background-color: #32BBDA;
}
.BgClassName
{
background-color: #32BBDA;
}
</style>
border-color css
<style>
span { border-color: #32BBDA; }
span { border-color: rgb(50,187,218); }
td.TdClassName
{
border-color: #32BBDA;
}
.TagClassName
{
border-color: #32BBDA;
}
</style>