Shades of Summer Sky #32B6CB
Tints of Summer Sky #32B6CB
RGB
CMYK
RGB Variations
Color information
#32B6CB (or 0x32B6CB) is known color: Summer Sky. HEX triplet: 32, B6 and CB. RGB value is (50,182,203). Sum of RGB (Red+Green+Blue) = 50+182+203=435 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.49% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #32B6CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B6CB is #CD4934. Grayscale: #909090. Windows color (decimal): -13453621 or 13350450. OLE color: 13350450.
HSL color Cylindrical-coordinate representation of color #32B6CB: hue angle of 188.24º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B6CB is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 182 | 203 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.20 |
| HSL | 188.24º | 0.6% | 0.5% | - |
| HSV(B) | 188.24º | 0.75% | 0.8% | - |
| XYZ | 28.82 | 38.45 | 62.4 | - |
| YUV | 144.93 | 160.77 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 182 | 203 | 0.75 | 0.10 | 0 | 0.20 | 188.24 | 0.6 | 0.5 |
| Hex | 32 | B6 | CB | 4B | A | 0 | 14 | BC | 3C | 32 |
| Octal | 62 | 266 | 313 | 113 | 12 | 0 | 24 | 274 | 74 | 62 |
| Binary | 110010 | 10110110 | 11001011 | 1001011 | 1010 | 0 | 10100 | 10111100 | 111100 | 110010 |
Color Harmonies of #32B6CB
Complementary color
Monochromatic Colors of #32B6CB
Black with #32B6CB
Text Example
Text Example
White with #32B6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B6CB; }
p { color: rgb(50,182,203); }
H1.HeaderClassName
{
color: #32B6CB;
}
.AnyTagClassName
{
color: #32B6CB;
}
</style>
background-color css
<style>
a { background-color: #32B6CB; }
a { background-color: rgb(50,182,203); }
div.DivClassName
{
background-color: #32B6CB;
}
.BgClassName
{
background-color: #32B6CB;
}
</style>
border-color css
<style>
span { border-color: #32B6CB; }
span { border-color: rgb(50,182,203); }
td.TdClassName
{
border-color: #32B6CB;
}
.TagClassName
{
border-color: #32B6CB;
}
</style>