Shades of Summer Sky #32ABDB
Tints of Summer Sky #32ABDB
RGB
CMYK
RGB Variations
Color information
#32ABDB (or 0x32ABDB) is known color: Summer Sky. HEX triplet: 32, AB and DB. RGB value is (50,171,219). Sum of RGB (Red+Green+Blue) = 50+171+219=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #32ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABDB is #CD5424. Grayscale: #8B8B8B. Windows color (decimal): -13456421 or 14396210. OLE color: 14396210.
HSL color Cylindrical-coordinate representation of color #32ABDB: hue angle of 197.04º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ABDB is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 171 | 219 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.14 |
| HSL | 197.04º | 0.7% | 0.53% | - |
| HSV(B) | 197.04º | 0.77% | 0.86% | - |
| XYZ | 28.66 | 34.92 | 72.25 | - |
| YUV | 140.29 | 172.41 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 219 | 0.77 | 0.22 | 0 | 0.14 | 197.04 | 0.7 | 0.53 |
| Hex | 32 | AB | DB | 4D | 16 | 0 | E | C5 | 46 | 35 |
| Octal | 62 | 253 | 333 | 115 | 26 | 0 | 16 | 305 | 106 | 65 |
| Binary | 110010 | 10101011 | 11011011 | 1001101 | 10110 | 0 | 1110 | 11000101 | 1000110 | 110101 |
Color Harmonies of #32ABDB
Complementary color
Monochromatic Colors of #32ABDB
Black with #32ABDB
Text Example
Text Example
White with #32ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABDB; }
p { color: rgb(50,171,219); }
H1.HeaderClassName
{
color: #32ABDB;
}
.AnyTagClassName
{
color: #32ABDB;
}
</style>
background-color css
<style>
a { background-color: #32ABDB; }
a { background-color: rgb(50,171,219); }
div.DivClassName
{
background-color: #32ABDB;
}
.BgClassName
{
background-color: #32ABDB;
}
</style>
border-color css
<style>
span { border-color: #32ABDB; }
span { border-color: rgb(50,171,219); }
td.TdClassName
{
border-color: #32ABDB;
}
.TagClassName
{
border-color: #32ABDB;
}
</style>