Shades of Summer Sky #32BACE
Tints of Summer Sky #32BACE
RGB
CMYK
RGB Variations
Color information
#32BACE (or 0x32BACE) is known color: Summer Sky. HEX triplet: 32, BA and CE. RGB value is (50,186,206). Sum of RGB (Red+Green+Blue) = 50+186+206=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #32BACE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BACE is #CD4531. Grayscale: #939393. Windows color (decimal): -13452594 or 13548082. OLE color: 13548082.
HSL color Cylindrical-coordinate representation of color #32BACE: hue angle of 187.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BACE is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 186 | 206 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.19 |
| HSL | 187.69º | 0.61% | 0.5% | - |
| HSV(B) | 187.69º | 0.76% | 0.81% | - |
| XYZ | 30.01 | 40.25 | 64.58 | - |
| YUV | 147.62 | 160.94 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 206 | 0.76 | 0.10 | 0 | 0.19 | 187.69 | 0.61 | 0.5 |
| Hex | 32 | BA | CE | 4C | A | 0 | 13 | BC | 3D | 32 |
| Octal | 62 | 272 | 316 | 114 | 12 | 0 | 23 | 274 | 75 | 62 |
| Binary | 110010 | 10111010 | 11001110 | 1001100 | 1010 | 0 | 10011 | 10111100 | 111101 | 110010 |
Color Harmonies of #32BACE
Complementary color
Monochromatic Colors of #32BACE
Black with #32BACE
Text Example
Text Example
White with #32BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BACE; }
p { color: rgb(50,186,206); }
H1.HeaderClassName
{
color: #32BACE;
}
.AnyTagClassName
{
color: #32BACE;
}
</style>
background-color css
<style>
a { background-color: #32BACE; }
a { background-color: rgb(50,186,206); }
div.DivClassName
{
background-color: #32BACE;
}
.BgClassName
{
background-color: #32BACE;
}
</style>
border-color css
<style>
span { border-color: #32BACE; }
span { border-color: rgb(50,186,206); }
td.TdClassName
{
border-color: #32BACE;
}
.TagClassName
{
border-color: #32BACE;
}
</style>