Shades of Summer Sky #32B5CD
Tints of Summer Sky #32B5CD
RGB
CMYK
RGB Variations
Color information
#32B5CD (or 0x32B5CD) is known color: Summer Sky. HEX triplet: 32, B5 and CD. RGB value is (50,181,205). Sum of RGB (Red+Green+Blue) = 50+181+205=436 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.47% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #32B5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B5CD is #CD4A32. Grayscale: #909090. Windows color (decimal): -13453875 or 13481266. OLE color: 13481266.
HSL color Cylindrical-coordinate representation of color #32B5CD: hue angle of 189.29º 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 #32B5CD is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 181 | 205 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.20 |
| HSL | 189.29º | 0.61% | 0.5% | - |
| HSV(B) | 189.29º | 0.76% | 0.8% | - |
| XYZ | 28.86 | 38.13 | 63.6 | - |
| YUV | 144.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 205 | 0.76 | 0.12 | 0 | 0.20 | 189.29 | 0.61 | 0.5 |
| Hex | 32 | B5 | CD | 4C | C | 0 | 14 | BD | 3D | 32 |
| Octal | 62 | 265 | 315 | 114 | 14 | 0 | 24 | 275 | 75 | 62 |
| Binary | 110010 | 10110101 | 11001101 | 1001100 | 1100 | 0 | 10100 | 10111101 | 111101 | 110010 |
Color Harmonies of #32B5CD
Complementary color
Monochromatic Colors of #32B5CD
Black with #32B5CD
Text Example
Text Example
White with #32B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B5CD; }
p { color: rgb(50,181,205); }
H1.HeaderClassName
{
color: #32B5CD;
}
.AnyTagClassName
{
color: #32B5CD;
}
</style>
background-color css
<style>
a { background-color: #32B5CD; }
a { background-color: rgb(50,181,205); }
div.DivClassName
{
background-color: #32B5CD;
}
.BgClassName
{
background-color: #32B5CD;
}
</style>
border-color css
<style>
span { border-color: #32B5CD; }
span { border-color: rgb(50,181,205); }
td.TdClassName
{
border-color: #32B5CD;
}
.TagClassName
{
border-color: #32B5CD;
}
</style>