Shades of Summer Sky #32ABCE
Tints of Summer Sky #32ABCE
RGB
CMYK
RGB Variations
Color information
#32ABCE (or 0x32ABCE) is known color: Summer Sky. HEX triplet: 32, AB and CE. RGB value is (50,171,206). Sum of RGB (Red+Green+Blue) = 50+171+206=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #32ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABCE is #CD5431. Grayscale: #8A8A8A. Windows color (decimal): -13456434 or 13544242. OLE color: 13544242.
HSL color Cylindrical-coordinate representation of color #32ABCE: hue angle of 193.46º 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 #32ABCE is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 171 | 206 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.19 |
| HSL | 193.46º | 0.61% | 0.5% | - |
| HSV(B) | 193.46º | 0.76% | 0.81% | - |
| XYZ | 27.02 | 34.26 | 63.58 | - |
| YUV | 138.81 | 165.91 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 206 | 0.76 | 0.17 | 0 | 0.19 | 193.46 | 0.61 | 0.5 |
| Hex | 32 | AB | CE | 4C | 11 | 0 | 13 | C1 | 3D | 32 |
| Octal | 62 | 253 | 316 | 114 | 21 | 0 | 23 | 301 | 75 | 62 |
| Binary | 110010 | 10101011 | 11001110 | 1001100 | 10001 | 0 | 10011 | 11000001 | 111101 | 110010 |
Color Harmonies of #32ABCE
Complementary color
Monochromatic Colors of #32ABCE
Black with #32ABCE
Text Example
Text Example
White with #32ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABCE; }
p { color: rgb(50,171,206); }
H1.HeaderClassName
{
color: #32ABCE;
}
.AnyTagClassName
{
color: #32ABCE;
}
</style>
background-color css
<style>
a { background-color: #32ABCE; }
a { background-color: rgb(50,171,206); }
div.DivClassName
{
background-color: #32ABCE;
}
.BgClassName
{
background-color: #32ABCE;
}
</style>
border-color css
<style>
span { border-color: #32ABCE; }
span { border-color: rgb(50,171,206); }
td.TdClassName
{
border-color: #32ABCE;
}
.TagClassName
{
border-color: #32ABCE;
}
</style>