Shades of Summer Sky #32BCD0
Tints of Summer Sky #32BCD0
RGB
CMYK
RGB Variations
Color information
#32BCD0 (or 0x32BCD0) is known color: Summer Sky. HEX triplet: 32, BC and D0. RGB value is (50,188,208). Sum of RGB (Red+Green+Blue) = 50+188+208=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #32BCD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCD0 is #CD432F. Grayscale: #949494. Windows color (decimal): -13452080 or 13679666. OLE color: 13679666.
HSL color Cylindrical-coordinate representation of color #32BCD0: hue angle of 187.59º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BCD0 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 188 | 208 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.18 |
| HSL | 187.59º | 0.63% | 0.51% | - |
| HSV(B) | 187.59º | 0.76% | 0.82% | - |
| XYZ | 30.68 | 41.2 | 66.01 | - |
| YUV | 149.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 208 | 0.76 | 0.10 | 0 | 0.18 | 187.59 | 0.63 | 0.51 |
| Hex | 32 | BC | D0 | 4C | A | 0 | 12 | BC | 3F | 33 |
| Octal | 62 | 274 | 320 | 114 | 12 | 0 | 22 | 274 | 77 | 63 |
| Binary | 110010 | 10111100 | 11010000 | 1001100 | 1010 | 0 | 10010 | 10111100 | 111111 | 110011 |
Color Harmonies of #32BCD0
Complementary color
Monochromatic Colors of #32BCD0
Black with #32BCD0
Text Example
Text Example
White with #32BCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCD0; }
p { color: rgb(50,188,208); }
H1.HeaderClassName
{
color: #32BCD0;
}
.AnyTagClassName
{
color: #32BCD0;
}
</style>
background-color css
<style>
a { background-color: #32BCD0; }
a { background-color: rgb(50,188,208); }
div.DivClassName
{
background-color: #32BCD0;
}
.BgClassName
{
background-color: #32BCD0;
}
</style>
border-color css
<style>
span { border-color: #32BCD0; }
span { border-color: rgb(50,188,208); }
td.TdClassName
{
border-color: #32BCD0;
}
.TagClassName
{
border-color: #32BCD0;
}
</style>