Shades of Summer Sky #32A8CD
Tints of Summer Sky #32A8CD
RGB
CMYK
RGB Variations
Color information
#32A8CD (or 0x32A8CD) is known color: Summer Sky. HEX triplet: 32, A8 and CD. RGB value is (50,168,205). Sum of RGB (Red+Green+Blue) = 50+168+205=423 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.82% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #32A8CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32A8CD is #CD5732. Grayscale: #888888. Windows color (decimal): -13457203 or 13477938. OLE color: 13477938.
HSL color Cylindrical-coordinate representation of color #32A8CD: hue angle of 194.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32A8CD is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 168 | 205 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.20 |
| HSL | 194.32º | 0.61% | 0.5% | - |
| HSV(B) | 194.32º | 0.76% | 0.8% | - |
| XYZ | 26.34 | 33.09 | 62.76 | - |
| YUV | 136.94 | 166.41 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 205 | 0.76 | 0.18 | 0 | 0.20 | 194.32 | 0.61 | 0.5 |
| Hex | 32 | A8 | CD | 4C | 12 | 0 | 14 | C2 | 3D | 32 |
| Octal | 62 | 250 | 315 | 114 | 22 | 0 | 24 | 302 | 75 | 62 |
| Binary | 110010 | 10101000 | 11001101 | 1001100 | 10010 | 0 | 10100 | 11000010 | 111101 | 110010 |
Color Harmonies of #32A8CD
Complementary color
Monochromatic Colors of #32A8CD
Black with #32A8CD
Text Example
Text Example
White with #32A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A8CD; }
p { color: rgb(50,168,205); }
H1.HeaderClassName
{
color: #32A8CD;
}
.AnyTagClassName
{
color: #32A8CD;
}
</style>
background-color css
<style>
a { background-color: #32A8CD; }
a { background-color: rgb(50,168,205); }
div.DivClassName
{
background-color: #32A8CD;
}
.BgClassName
{
background-color: #32A8CD;
}
</style>
border-color css
<style>
span { border-color: #32A8CD; }
span { border-color: rgb(50,168,205); }
td.TdClassName
{
border-color: #32A8CD;
}
.TagClassName
{
border-color: #32A8CD;
}
</style>