Shades of Summer Sky #32A2D6
Tints of Summer Sky #32A2D6
RGB
CMYK
RGB Variations
Color information
#32A2D6 (or 0x32A2D6) is known color: Summer Sky. HEX triplet: 32, A2 and D6. RGB value is (50,162,214). Sum of RGB (Red+Green+Blue) = 50+162+214=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 214 (83.98% from 255 or 50.23% from 426); Max value from RGB is 214 - color contains mainly: blue. Hex color #32A2D6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A2D6 is #CD5D29. Grayscale: #868686. Windows color (decimal): -13458730 or 14066226. OLE color: 14066226.
HSL color Cylindrical-coordinate representation of color #32A2D6: hue angle of 199.02º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32A2D6 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 162 | 214 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.16 |
| HSL | 199.02º | 0.67% | 0.52% | - |
| HSV(B) | 199.02º | 0.77% | 0.84% | - |
| XYZ | 26.37 | 31.37 | 68.28 | - |
| YUV | 134.44 | 172.89 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 214 | 0.77 | 0.24 | 0 | 0.16 | 199.02 | 0.67 | 0.52 |
| Hex | 32 | A2 | D6 | 4D | 18 | 0 | 10 | C7 | 43 | 34 |
| Octal | 62 | 242 | 326 | 115 | 30 | 0 | 20 | 307 | 103 | 64 |
| Binary | 110010 | 10100010 | 11010110 | 1001101 | 11000 | 0 | 10000 | 11000111 | 1000011 | 110100 |
Color Harmonies of #32A2D6
Complementary color
Monochromatic Colors of #32A2D6
Black with #32A2D6
Text Example
Text Example
White with #32A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A2D6; }
p { color: rgb(50,162,214); }
H1.HeaderClassName
{
color: #32A2D6;
}
.AnyTagClassName
{
color: #32A2D6;
}
</style>
background-color css
<style>
a { background-color: #32A2D6; }
a { background-color: rgb(50,162,214); }
div.DivClassName
{
background-color: #32A2D6;
}
.BgClassName
{
background-color: #32A2D6;
}
</style>
border-color css
<style>
span { border-color: #32A2D6; }
span { border-color: rgb(50,162,214); }
td.TdClassName
{
border-color: #32A2D6;
}
.TagClassName
{
border-color: #32A2D6;
}
</style>