Shades of Summer Sky #32B5CA
Tints of Summer Sky #32B5CA
RGB
CMYK
RGB Variations
Color information
#32B5CA (or 0x32B5CA) is known color: Summer Sky. HEX triplet: 32, B5 and CA. RGB value is (50,181,202). Sum of RGB (Red+Green+Blue) = 50+181+202=433 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.55% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #32B5CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B5CA is #CD4A35. Grayscale: #909090. Windows color (decimal): -13453878 or 13284658. OLE color: 13284658.
HSL color Cylindrical-coordinate representation of color #32B5CA: hue angle of 188.29º 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 #32B5CA is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 181 | 202 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.21 |
| HSL | 188.29º | 0.6% | 0.49% | - |
| HSV(B) | 188.29º | 0.75% | 0.79% | - |
| XYZ | 28.5 | 37.99 | 61.71 | - |
| YUV | 144.23 | 160.6 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 202 | 0.75 | 0.10 | 0 | 0.21 | 188.29 | 0.6 | 0.49 |
| Hex | 32 | B5 | CA | 4B | A | 0 | 15 | BC | 3C | 31 |
| Octal | 62 | 265 | 312 | 113 | 12 | 0 | 25 | 274 | 74 | 61 |
| Binary | 110010 | 10110101 | 11001010 | 1001011 | 1010 | 0 | 10101 | 10111100 | 111100 | 110001 |
Color Harmonies of #32B5CA
Complementary color
Monochromatic Colors of #32B5CA
Black with #32B5CA
Text Example
Text Example
White with #32B5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B5CA; }
p { color: rgb(50,181,202); }
H1.HeaderClassName
{
color: #32B5CA;
}
.AnyTagClassName
{
color: #32B5CA;
}
</style>
background-color css
<style>
a { background-color: #32B5CA; }
a { background-color: rgb(50,181,202); }
div.DivClassName
{
background-color: #32B5CA;
}
.BgClassName
{
background-color: #32B5CA;
}
</style>
border-color css
<style>
span { border-color: #32B5CA; }
span { border-color: rgb(50,181,202); }
td.TdClassName
{
border-color: #32B5CA;
}
.TagClassName
{
border-color: #32B5CA;
}
</style>