Shades of Summer Sky #32A9CE
Tints of Summer Sky #32A9CE
RGB
CMYK
RGB Variations
Color information
#32A9CE (or 0x32A9CE) is known color: Summer Sky. HEX triplet: 32, A9 and CE. RGB value is (50,169,206). Sum of RGB (Red+Green+Blue) = 50+169+206=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #32A9CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A9CE is #CD5631. Grayscale: #898989. Windows color (decimal): -13456946 or 13543730. OLE color: 13543730.
HSL color Cylindrical-coordinate representation of color #32A9CE: hue angle of 194.23º 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 #32A9CE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 169 | 206 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.19 |
| HSL | 194.23º | 0.61% | 0.5% | - |
| HSV(B) | 194.23º | 0.76% | 0.81% | - |
| XYZ | 26.64 | 33.51 | 63.46 | - |
| YUV | 137.64 | 166.58 | 65.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 169 | 206 | 0.76 | 0.18 | 0 | 0.19 | 194.23 | 0.61 | 0.5 |
| Hex | 32 | A9 | CE | 4C | 12 | 0 | 13 | C2 | 3D | 32 |
| Octal | 62 | 251 | 316 | 114 | 22 | 0 | 23 | 302 | 75 | 62 |
| Binary | 110010 | 10101001 | 11001110 | 1001100 | 10010 | 0 | 10011 | 11000010 | 111101 | 110010 |
Color Harmonies of #32A9CE
Complementary color
Monochromatic Colors of #32A9CE
Black with #32A9CE
Text Example
Text Example
White with #32A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A9CE; }
p { color: rgb(50,169,206); }
H1.HeaderClassName
{
color: #32A9CE;
}
.AnyTagClassName
{
color: #32A9CE;
}
</style>
background-color css
<style>
a { background-color: #32A9CE; }
a { background-color: rgb(50,169,206); }
div.DivClassName
{
background-color: #32A9CE;
}
.BgClassName
{
background-color: #32A9CE;
}
</style>
border-color css
<style>
span { border-color: #32A9CE; }
span { border-color: rgb(50,169,206); }
td.TdClassName
{
border-color: #32A9CE;
}
.TagClassName
{
border-color: #32A9CE;
}
</style>