Shades of Summer Sky #32ABCD
Tints of Summer Sky #32ABCD
RGB
CMYK
RGB Variations
Color information
#32ABCD (or 0x32ABCD) is known color: Summer Sky. HEX triplet: 32, AB and CD. RGB value is (50,171,205). Sum of RGB (Red+Green+Blue) = 50+171+205=426 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.74% from 426); Green value is 171 (67.19% from 255 or 40.14% from 426); Blue value is 205 (80.47% from 255 or 48.12% from 426); Max value from RGB is 205 - color contains mainly: blue. Hex color #32ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABCD is #CD5432. Grayscale: #8A8A8A. Windows color (decimal): -13456435 or 13478706. OLE color: 13478706.
HSL color Cylindrical-coordinate representation of color #32ABCD: hue angle of 193.16º 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 #32ABCD is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 171 | 205 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.20 |
| HSL | 193.16º | 0.61% | 0.5% | - |
| HSV(B) | 193.16º | 0.76% | 0.8% | - |
| XYZ | 26.9 | 34.21 | 62.94 | - |
| YUV | 138.7 | 165.41 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 205 | 0.76 | 0.17 | 0 | 0.20 | 193.16 | 0.61 | 0.5 |
| Hex | 32 | AB | CD | 4C | 11 | 0 | 14 | C1 | 3D | 32 |
| Octal | 62 | 253 | 315 | 114 | 21 | 0 | 24 | 301 | 75 | 62 |
| Binary | 110010 | 10101011 | 11001101 | 1001100 | 10001 | 0 | 10100 | 11000001 | 111101 | 110010 |
Color Harmonies of #32ABCD
Complementary color
Monochromatic Colors of #32ABCD
Black with #32ABCD
Text Example
Text Example
White with #32ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABCD; }
p { color: rgb(50,171,205); }
H1.HeaderClassName
{
color: #32ABCD;
}
.AnyTagClassName
{
color: #32ABCD;
}
</style>
background-color css
<style>
a { background-color: #32ABCD; }
a { background-color: rgb(50,171,205); }
div.DivClassName
{
background-color: #32ABCD;
}
.BgClassName
{
background-color: #32ABCD;
}
</style>
border-color css
<style>
span { border-color: #32ABCD; }
span { border-color: rgb(50,171,205); }
td.TdClassName
{
border-color: #32ABCD;
}
.TagClassName
{
border-color: #32ABCD;
}
</style>