Shades of Summer Sky #32B1CD
Tints of Summer Sky #32B1CD
RGB
CMYK
RGB Variations
Color information
#32B1CD (or 0x32B1CD) is known color: Summer Sky. HEX triplet: 32, B1 and CD. RGB value is (50,177,205). Sum of RGB (Red+Green+Blue) = 50+177+205=432 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.57% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #32B1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B1CD is #CD4E32. Grayscale: #8D8D8D. Windows color (decimal): -13454899 or 13480242. OLE color: 13480242.
HSL color Cylindrical-coordinate representation of color #32B1CD: hue angle of 190.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B1CD is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 177 | 205 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.20 |
| HSL | 190.84º | 0.61% | 0.5% | - |
| HSV(B) | 190.84º | 0.76% | 0.8% | - |
| XYZ | 28.06 | 36.53 | 63.33 | - |
| YUV | 142.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 205 | 0.76 | 0.14 | 0 | 0.20 | 190.84 | 0.61 | 0.5 |
| Hex | 32 | B1 | CD | 4C | E | 0 | 14 | BF | 3D | 32 |
| Octal | 62 | 261 | 315 | 114 | 16 | 0 | 24 | 277 | 75 | 62 |
| Binary | 110010 | 10110001 | 11001101 | 1001100 | 1110 | 0 | 10100 | 10111111 | 111101 | 110010 |
Color Harmonies of #32B1CD
Complementary color
Monochromatic Colors of #32B1CD
Black with #32B1CD
Text Example
Text Example
White with #32B1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B1CD; }
p { color: rgb(50,177,205); }
H1.HeaderClassName
{
color: #32B1CD;
}
.AnyTagClassName
{
color: #32B1CD;
}
</style>
background-color css
<style>
a { background-color: #32B1CD; }
a { background-color: rgb(50,177,205); }
div.DivClassName
{
background-color: #32B1CD;
}
.BgClassName
{
background-color: #32B1CD;
}
</style>
border-color css
<style>
span { border-color: #32B1CD; }
span { border-color: rgb(50,177,205); }
td.TdClassName
{
border-color: #32B1CD;
}
.TagClassName
{
border-color: #32B1CD;
}
</style>