Shades of Summer Sky #32B4C9
Tints of Summer Sky #32B4C9
RGB
CMYK
RGB Variations
Color information
#32B4C9 (or 0x32B4C9) is known color: Summer Sky. HEX triplet: 32, B4 and C9. RGB value is (50,180,201). Sum of RGB (Red+Green+Blue) = 50+180+201=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #32B4C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B4C9 is #CD4B36. Grayscale: #8F8F8F. Windows color (decimal): -13454135 or 13218866. OLE color: 13218866.
HSL color Cylindrical-coordinate representation of color #32B4C9: hue angle of 188.34º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B4C9 is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 180 | 201 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.21 |
| HSL | 188.34º | 0.6% | 0.49% | - |
| HSV(B) | 188.34º | 0.75% | 0.79% | - |
| XYZ | 28.18 | 37.54 | 61.02 | - |
| YUV | 143.52 | 160.43 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 201 | 0.75 | 0.10 | 0 | 0.21 | 188.34 | 0.6 | 0.49 |
| Hex | 32 | B4 | C9 | 4B | A | 0 | 15 | BC | 3C | 31 |
| Octal | 62 | 264 | 311 | 113 | 12 | 0 | 25 | 274 | 74 | 61 |
| Binary | 110010 | 10110100 | 11001001 | 1001011 | 1010 | 0 | 10101 | 10111100 | 111100 | 110001 |
Color Harmonies of #32B4C9
Complementary color
Monochromatic Colors of #32B4C9
Black with #32B4C9
Text Example
Text Example
White with #32B4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B4C9; }
p { color: rgb(50,180,201); }
H1.HeaderClassName
{
color: #32B4C9;
}
.AnyTagClassName
{
color: #32B4C9;
}
</style>
background-color css
<style>
a { background-color: #32B4C9; }
a { background-color: rgb(50,180,201); }
div.DivClassName
{
background-color: #32B4C9;
}
.BgClassName
{
background-color: #32B4C9;
}
</style>
border-color css
<style>
span { border-color: #32B4C9; }
span { border-color: rgb(50,180,201); }
td.TdClassName
{
border-color: #32B4C9;
}
.TagClassName
{
border-color: #32B4C9;
}
</style>