Shades of Summer Sky #32ABEC
Tints of Summer Sky #32ABEC
RGB
CMYK
RGB Variations
Color information
#32ABEC (or 0x32ABEC) is known color: Summer Sky. HEX triplet: 32, AB and EC. RGB value is (50,171,236). Sum of RGB (Red+Green+Blue) = 50+171+236=457 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.94% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #32ABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABEC is #CD5413. Grayscale: #8D8D8D. Windows color (decimal): -13456404 or 15510322. OLE color: 15510322.
HSL color Cylindrical-coordinate representation of color #32ABEC: hue angle of 200.97º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ABEC is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 171 | 236 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.07 |
| HSL | 200.97º | 0.83% | 0.56% | - |
| HSV(B) | 200.97º | 0.79% | 0.93% | - |
| XYZ | 31.02 | 35.86 | 84.64 | - |
| YUV | 142.23 | 180.91 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 236 | 0.79 | 0.28 | 0 | 0.07 | 200.97 | 0.83 | 0.56 |
| Hex | 32 | AB | EC | 4F | 1C | 0 | 7 | C9 | 53 | 38 |
| Octal | 62 | 253 | 354 | 117 | 34 | 0 | 7 | 311 | 123 | 70 |
| Binary | 110010 | 10101011 | 11101100 | 1001111 | 11100 | 0 | 111 | 11001001 | 1010011 | 111000 |
Color Harmonies of #32ABEC
Complementary color
Monochromatic Colors of #32ABEC
Black with #32ABEC
Text Example
Text Example
White with #32ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABEC; }
p { color: rgb(50,171,236); }
H1.HeaderClassName
{
color: #32ABEC;
}
.AnyTagClassName
{
color: #32ABEC;
}
</style>
background-color css
<style>
a { background-color: #32ABEC; }
a { background-color: rgb(50,171,236); }
div.DivClassName
{
background-color: #32ABEC;
}
.BgClassName
{
background-color: #32ABEC;
}
</style>
border-color css
<style>
span { border-color: #32ABEC; }
span { border-color: rgb(50,171,236); }
td.TdClassName
{
border-color: #32ABEC;
}
.TagClassName
{
border-color: #32ABEC;
}
</style>