Shades of Summer Sky #32BCD9
Tints of Summer Sky #32BCD9
RGB
CMYK
RGB Variations
Color information
#32BCD9 (or 0x32BCD9) is known color: Summer Sky. HEX triplet: 32, BC and D9. RGB value is (50,188,217). Sum of RGB (Red+Green+Blue) = 50+188+217=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 217 - color contains mainly: blue. Hex color #32BCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCD9 is #CD4326. Grayscale: #959595. Windows color (decimal): -13452071 or 14269490. OLE color: 14269490.
HSL color Cylindrical-coordinate representation of color #32BCD9: hue angle of 190.42º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BCD9 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 188 | 217 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.15 |
| HSL | 190.42º | 0.69% | 0.52% | - |
| HSV(B) | 190.42º | 0.77% | 0.85% | - |
| XYZ | 31.82 | 41.65 | 72.01 | - |
| YUV | 150.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 217 | 0.77 | 0.13 | 0 | 0.15 | 190.42 | 0.69 | 0.52 |
| Hex | 32 | BC | D9 | 4D | D | 0 | F | BE | 45 | 34 |
| Octal | 62 | 274 | 331 | 115 | 15 | 0 | 17 | 276 | 105 | 64 |
| Binary | 110010 | 10111100 | 11011001 | 1001101 | 1101 | 0 | 1111 | 10111110 | 1000101 | 110100 |
Color Harmonies of #32BCD9
Complementary color
Monochromatic Colors of #32BCD9
Black with #32BCD9
Text Example
Text Example
White with #32BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCD9; }
p { color: rgb(50,188,217); }
H1.HeaderClassName
{
color: #32BCD9;
}
.AnyTagClassName
{
color: #32BCD9;
}
</style>
background-color css
<style>
a { background-color: #32BCD9; }
a { background-color: rgb(50,188,217); }
div.DivClassName
{
background-color: #32BCD9;
}
.BgClassName
{
background-color: #32BCD9;
}
</style>
border-color css
<style>
span { border-color: #32BCD9; }
span { border-color: rgb(50,188,217); }
td.TdClassName
{
border-color: #32BCD9;
}
.TagClassName
{
border-color: #32BCD9;
}
</style>