Shades of Summer Sky #32B1CE
Tints of Summer Sky #32B1CE
RGB
CMYK
RGB Variations
Color information
#32B1CE (or 0x32B1CE) is known color: Summer Sky. HEX triplet: 32, B1 and CE. RGB value is (50,177,206). Sum of RGB (Red+Green+Blue) = 50+177+206=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #32B1CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B1CE is #CD4E31. Grayscale: #8E8E8E. Windows color (decimal): -13454898 or 13545778. OLE color: 13545778.
HSL color Cylindrical-coordinate representation of color #32B1CE: hue angle of 191.15º degrees, saturation: 0.61, 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 #32B1CE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 177 | 206 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.19 |
| HSL | 191.15º | 0.61% | 0.5% | - |
| HSV(B) | 191.15º | 0.76% | 0.81% | - |
| XYZ | 28.18 | 36.58 | 63.97 | - |
| YUV | 142.33 | 163.92 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 206 | 0.76 | 0.14 | 0 | 0.19 | 191.15 | 0.61 | 0.5 |
| Hex | 32 | B1 | CE | 4C | E | 0 | 13 | BF | 3D | 32 |
| Octal | 62 | 261 | 316 | 114 | 16 | 0 | 23 | 277 | 75 | 62 |
| Binary | 110010 | 10110001 | 11001110 | 1001100 | 1110 | 0 | 10011 | 10111111 | 111101 | 110010 |
Color Harmonies of #32B1CE
Complementary color
Monochromatic Colors of #32B1CE
Black with #32B1CE
Text Example
Text Example
White with #32B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B1CE; }
p { color: rgb(50,177,206); }
H1.HeaderClassName
{
color: #32B1CE;
}
.AnyTagClassName
{
color: #32B1CE;
}
</style>
background-color css
<style>
a { background-color: #32B1CE; }
a { background-color: rgb(50,177,206); }
div.DivClassName
{
background-color: #32B1CE;
}
.BgClassName
{
background-color: #32B1CE;
}
</style>
border-color css
<style>
span { border-color: #32B1CE; }
span { border-color: rgb(50,177,206); }
td.TdClassName
{
border-color: #32B1CE;
}
.TagClassName
{
border-color: #32B1CE;
}
</style>