Shades of Summer Sky #32BBCF
Tints of Summer Sky #32BBCF
RGB
CMYK
RGB Variations
Color information
#32BBCF (or 0x32BBCF) is known color: Summer Sky. HEX triplet: 32, BB and CF. RGB value is (50,187,207). Sum of RGB (Red+Green+Blue) = 50+187+207=444 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.26% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #32BBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BBCF is #CD4430. Grayscale: #949494. Windows color (decimal): -13452337 or 13613874. OLE color: 13613874.
HSL color Cylindrical-coordinate representation of color #32BBCF: hue angle of 187.64º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BBCF is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 187 | 207 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.19 |
| HSL | 187.64º | 0.62% | 0.5% | - |
| HSV(B) | 187.64º | 0.76% | 0.81% | - |
| XYZ | 30.35 | 40.72 | 65.29 | - |
| YUV | 148.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 207 | 0.76 | 0.10 | 0 | 0.19 | 187.64 | 0.62 | 0.5 |
| Hex | 32 | BB | CF | 4C | A | 0 | 13 | BC | 3E | 32 |
| Octal | 62 | 273 | 317 | 114 | 12 | 0 | 23 | 274 | 76 | 62 |
| Binary | 110010 | 10111011 | 11001111 | 1001100 | 1010 | 0 | 10011 | 10111100 | 111110 | 110010 |
Color Harmonies of #32BBCF
Complementary color
Monochromatic Colors of #32BBCF
Black with #32BBCF
Text Example
Text Example
White with #32BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BBCF; }
p { color: rgb(50,187,207); }
H1.HeaderClassName
{
color: #32BBCF;
}
.AnyTagClassName
{
color: #32BBCF;
}
</style>
background-color css
<style>
a { background-color: #32BBCF; }
a { background-color: rgb(50,187,207); }
div.DivClassName
{
background-color: #32BBCF;
}
.BgClassName
{
background-color: #32BBCF;
}
</style>
border-color css
<style>
span { border-color: #32BBCF; }
span { border-color: rgb(50,187,207); }
td.TdClassName
{
border-color: #32BBCF;
}
.TagClassName
{
border-color: #32BBCF;
}
</style>