Shades of Summer Sky #32B8CF
Tints of Summer Sky #32B8CF
RGB
CMYK
RGB Variations
Color information
#32B8CF (or 0x32B8CF) is known color: Summer Sky. HEX triplet: 32, B8 and CF. RGB value is (50,184,207). Sum of RGB (Red+Green+Blue) = 50+184+207=441 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.34% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #32B8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B8CF is #CD4730. Grayscale: #929292. Windows color (decimal): -13453105 or 13613106. OLE color: 13613106.
HSL color Cylindrical-coordinate representation of color #32B8CF: hue angle of 188.79º 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 #32B8CF is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 184 | 207 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.19 |
| HSL | 188.79º | 0.62% | 0.5% | - |
| HSV(B) | 188.79º | 0.76% | 0.81% | - |
| XYZ | 29.72 | 39.46 | 65.08 | - |
| YUV | 146.56 | 162.11 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 184 | 207 | 0.76 | 0.11 | 0 | 0.19 | 188.79 | 0.62 | 0.5 |
| Hex | 32 | B8 | CF | 4C | B | 0 | 13 | BD | 3E | 32 |
| Octal | 62 | 270 | 317 | 114 | 13 | 0 | 23 | 275 | 76 | 62 |
| Binary | 110010 | 10111000 | 11001111 | 1001100 | 1011 | 0 | 10011 | 10111101 | 111110 | 110010 |
Color Harmonies of #32B8CF
Complementary color
Monochromatic Colors of #32B8CF
Black with #32B8CF
Text Example
Text Example
White with #32B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B8CF; }
p { color: rgb(50,184,207); }
H1.HeaderClassName
{
color: #32B8CF;
}
.AnyTagClassName
{
color: #32B8CF;
}
</style>
background-color css
<style>
a { background-color: #32B8CF; }
a { background-color: rgb(50,184,207); }
div.DivClassName
{
background-color: #32B8CF;
}
.BgClassName
{
background-color: #32B8CF;
}
</style>
border-color css
<style>
span { border-color: #32B8CF; }
span { border-color: rgb(50,184,207); }
td.TdClassName
{
border-color: #32B8CF;
}
.TagClassName
{
border-color: #32B8CF;
}
</style>