Shades of Summer Sky #32B1CA
Tints of Summer Sky #32B1CA
RGB
CMYK
RGB Variations
Color information
#32B1CA (or 0x32B1CA) is known color: Summer Sky. HEX triplet: 32, B1 and CA. RGB value is (50,177,202). Sum of RGB (Red+Green+Blue) = 50+177+202=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #32B1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B1CA is #CD4E35. Grayscale: #8D8D8D. Windows color (decimal): -13454902 or 13283634. OLE color: 13283634.
HSL color Cylindrical-coordinate representation of color #32B1CA: hue angle of 189.87º 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 #32B1CA is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 177 | 202 | - |
| CMYK | 0.75 | 0.12 | 0 | 0.21 |
| HSL | 189.87º | 0.6% | 0.49% | - |
| HSV(B) | 189.87º | 0.75% | 0.79% | - |
| XYZ | 27.7 | 36.39 | 61.44 | - |
| YUV | 141.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 202 | 0.75 | 0.12 | 0 | 0.21 | 189.87 | 0.6 | 0.49 |
| Hex | 32 | B1 | CA | 4B | C | 0 | 15 | BE | 3C | 31 |
| Octal | 62 | 261 | 312 | 113 | 14 | 0 | 25 | 276 | 74 | 61 |
| Binary | 110010 | 10110001 | 11001010 | 1001011 | 1100 | 0 | 10101 | 10111110 | 111100 | 110001 |
Color Harmonies of #32B1CA
Complementary color
Monochromatic Colors of #32B1CA
Black with #32B1CA
Text Example
Text Example
White with #32B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B1CA; }
p { color: rgb(50,177,202); }
H1.HeaderClassName
{
color: #32B1CA;
}
.AnyTagClassName
{
color: #32B1CA;
}
</style>
background-color css
<style>
a { background-color: #32B1CA; }
a { background-color: rgb(50,177,202); }
div.DivClassName
{
background-color: #32B1CA;
}
.BgClassName
{
background-color: #32B1CA;
}
</style>
border-color css
<style>
span { border-color: #32B1CA; }
span { border-color: rgb(50,177,202); }
td.TdClassName
{
border-color: #32B1CA;
}
.TagClassName
{
border-color: #32B1CA;
}
</style>