Shades of Summer Sky #32B2CD
Tints of Summer Sky #32B2CD
RGB
CMYK
RGB Variations
Color information
#32B2CD (or 0x32B2CD) is known color: Summer Sky. HEX triplet: 32, B2 and CD. RGB value is (50,178,205). Sum of RGB (Red+Green+Blue) = 50+178+205=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #32B2CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B2CD is #CD4D32. Grayscale: #8E8E8E. Windows color (decimal): -13454643 or 13480498. OLE color: 13480498.
HSL color Cylindrical-coordinate representation of color #32B2CD: hue angle of 190.45º 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 #32B2CD is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 178 | 205 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.20 |
| HSL | 190.45º | 0.61% | 0.5% | - |
| HSV(B) | 190.45º | 0.76% | 0.8% | - |
| XYZ | 28.26 | 36.93 | 63.4 | - |
| YUV | 142.81 | 163.09 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 205 | 0.76 | 0.13 | 0 | 0.20 | 190.45 | 0.61 | 0.5 |
| Hex | 32 | B2 | CD | 4C | D | 0 | 14 | BE | 3D | 32 |
| Octal | 62 | 262 | 315 | 114 | 15 | 0 | 24 | 276 | 75 | 62 |
| Binary | 110010 | 10110010 | 11001101 | 1001100 | 1101 | 0 | 10100 | 10111110 | 111101 | 110010 |
Color Harmonies of #32B2CD
Complementary color
Monochromatic Colors of #32B2CD
Black with #32B2CD
Text Example
Text Example
White with #32B2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B2CD; }
p { color: rgb(50,178,205); }
H1.HeaderClassName
{
color: #32B2CD;
}
.AnyTagClassName
{
color: #32B2CD;
}
</style>
background-color css
<style>
a { background-color: #32B2CD; }
a { background-color: rgb(50,178,205); }
div.DivClassName
{
background-color: #32B2CD;
}
.BgClassName
{
background-color: #32B2CD;
}
</style>
border-color css
<style>
span { border-color: #32B2CD; }
span { border-color: rgb(50,178,205); }
td.TdClassName
{
border-color: #32B2CD;
}
.TagClassName
{
border-color: #32B2CD;
}
</style>