Shades of Summer Sky #32BBCA
Tints of Summer Sky #32BBCA
RGB
CMYK
RGB Variations
Color information
#32BBCA (or 0x32BBCA) is known color: Summer Sky. HEX triplet: 32, BB and CA. RGB value is (50,187,202). Sum of RGB (Red+Green+Blue) = 50+187+202=439 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.39% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #32BBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBCA is #CD4435. Grayscale: #939393. Windows color (decimal): -13452342 or 13286194. OLE color: 13286194.
HSL color Cylindrical-coordinate representation of color #32BBCA: hue angle of 185.92º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BBCA is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 187 | 202 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.21 |
| HSL | 185.92º | 0.6% | 0.49% | - |
| HSV(B) | 185.92º | 0.75% | 0.79% | - |
| XYZ | 29.75 | 40.48 | 62.12 | - |
| YUV | 147.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 202 | 0.75 | 0.07 | 0 | 0.21 | 185.92 | 0.6 | 0.49 |
| Hex | 32 | BB | CA | 4B | 7 | 0 | 15 | BA | 3C | 31 |
| Octal | 62 | 273 | 312 | 113 | 7 | 0 | 25 | 272 | 74 | 61 |
| Binary | 110010 | 10111011 | 11001010 | 1001011 | 111 | 0 | 10101 | 10111010 | 111100 | 110001 |
Color Harmonies of #32BBCA
Complementary color
Monochromatic Colors of #32BBCA
Black with #32BBCA
Text Example
Text Example
White with #32BBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBCA; }
p { color: rgb(50,187,202); }
H1.HeaderClassName
{
color: #32BBCA;
}
.AnyTagClassName
{
color: #32BBCA;
}
</style>
background-color css
<style>
a { background-color: #32BBCA; }
a { background-color: rgb(50,187,202); }
div.DivClassName
{
background-color: #32BBCA;
}
.BgClassName
{
background-color: #32BBCA;
}
</style>
border-color css
<style>
span { border-color: #32BBCA; }
span { border-color: rgb(50,187,202); }
td.TdClassName
{
border-color: #32BBCA;
}
.TagClassName
{
border-color: #32BBCA;
}
</style>