Shades of Summer Sky #32B0CA
Tints of Summer Sky #32B0CA
RGB
CMYK
RGB Variations
Color information
#32B0CA (or 0x32B0CA) is known color: Summer Sky. HEX triplet: 32, B0 and CA. RGB value is (50,176,202). Sum of RGB (Red+Green+Blue) = 50+176+202=428 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.68% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #32B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0CA is #CD4F35. Grayscale: #8D8D8D. Windows color (decimal): -13455158 or 13283378. OLE color: 13283378.
HSL color Cylindrical-coordinate representation of color #32B0CA: hue angle of 190.26º 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 #32B0CA is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 176 | 202 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.21 |
| HSL | 190.26º | 0.6% | 0.49% | - |
| HSV(B) | 190.26º | 0.75% | 0.79% | - |
| XYZ | 27.5 | 35.99 | 61.38 | - |
| YUV | 141.29 | 162.26 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 202 | 0.75 | 0.13 | 0 | 0.21 | 190.26 | 0.6 | 0.49 |
| Hex | 32 | B0 | CA | 4B | D | 0 | 15 | BE | 3C | 31 |
| Octal | 62 | 260 | 312 | 113 | 15 | 0 | 25 | 276 | 74 | 61 |
| Binary | 110010 | 10110000 | 11001010 | 1001011 | 1101 | 0 | 10101 | 10111110 | 111100 | 110001 |
Color Harmonies of #32B0CA
Complementary color
Monochromatic Colors of #32B0CA
Black with #32B0CA
Text Example
Text Example
White with #32B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0CA; }
p { color: rgb(50,176,202); }
H1.HeaderClassName
{
color: #32B0CA;
}
.AnyTagClassName
{
color: #32B0CA;
}
</style>
background-color css
<style>
a { background-color: #32B0CA; }
a { background-color: rgb(50,176,202); }
div.DivClassName
{
background-color: #32B0CA;
}
.BgClassName
{
background-color: #32B0CA;
}
</style>
border-color css
<style>
span { border-color: #32B0CA; }
span { border-color: rgb(50,176,202); }
td.TdClassName
{
border-color: #32B0CA;
}
.TagClassName
{
border-color: #32B0CA;
}
</style>