Shades of Summer Sky #32AEC9
Tints of Summer Sky #32AEC9
RGB
CMYK
RGB Variations
Color information
#32AEC9 (or 0x32AEC9) is known color: Summer Sky. HEX triplet: 32, AE and C9. RGB value is (50,174,201). Sum of RGB (Red+Green+Blue) = 50+174+201=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 201 - color contains mainly: blue. Hex color #32AEC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEC9 is #CD5136. Grayscale: #8B8B8B. Windows color (decimal): -13455671 or 13217330. OLE color: 13217330.
HSL color Cylindrical-coordinate representation of color #32AEC9: hue angle of 190.73º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AEC9 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 174 | 201 | - |
| CMYK | 0.75 | 0.13 | 0 | 0.21 |
| HSL | 190.73º | 0.6% | 0.49% | - |
| HSV(B) | 190.73º | 0.75% | 0.79% | - |
| XYZ | 26.99 | 35.17 | 60.62 | - |
| YUV | 140 | 162.42 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 201 | 0.75 | 0.13 | 0 | 0.21 | 190.73 | 0.6 | 0.49 |
| Hex | 32 | AE | C9 | 4B | D | 0 | 15 | BF | 3C | 31 |
| Octal | 62 | 256 | 311 | 113 | 15 | 0 | 25 | 277 | 74 | 61 |
| Binary | 110010 | 10101110 | 11001001 | 1001011 | 1101 | 0 | 10101 | 10111111 | 111100 | 110001 |
Color Harmonies of #32AEC9
Complementary color
Monochromatic Colors of #32AEC9
Black with #32AEC9
Text Example
Text Example
White with #32AEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEC9; }
p { color: rgb(50,174,201); }
H1.HeaderClassName
{
color: #32AEC9;
}
.AnyTagClassName
{
color: #32AEC9;
}
</style>
background-color css
<style>
a { background-color: #32AEC9; }
a { background-color: rgb(50,174,201); }
div.DivClassName
{
background-color: #32AEC9;
}
.BgClassName
{
background-color: #32AEC9;
}
</style>
border-color css
<style>
span { border-color: #32AEC9; }
span { border-color: rgb(50,174,201); }
td.TdClassName
{
border-color: #32AEC9;
}
.TagClassName
{
border-color: #32AEC9;
}
</style>