Shades of Summer Sky #32ABDD
Tints of Summer Sky #32ABDD
RGB
CMYK
RGB Variations
Color information
#32ABDD (or 0x32ABDD) is known color: Summer Sky. HEX triplet: 32, AB and DD. RGB value is (50,171,221). Sum of RGB (Red+Green+Blue) = 50+171+221=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #32ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABDD is #CD5422. Grayscale: #8C8C8C. Windows color (decimal): -13456419 or 14527282. OLE color: 14527282.
HSL color Cylindrical-coordinate representation of color #32ABDD: hue angle of 197.54º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32ABDD is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 171 | 221 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.13 |
| HSL | 197.54º | 0.72% | 0.53% | - |
| HSV(B) | 197.54º | 0.77% | 0.87% | - |
| XYZ | 28.93 | 35.02 | 73.64 | - |
| YUV | 140.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 221 | 0.77 | 0.23 | 0 | 0.13 | 197.54 | 0.72 | 0.53 |
| Hex | 32 | AB | DD | 4D | 17 | 0 | D | C6 | 48 | 35 |
| Octal | 62 | 253 | 335 | 115 | 27 | 0 | 15 | 306 | 110 | 65 |
| Binary | 110010 | 10101011 | 11011101 | 1001101 | 10111 | 0 | 1101 | 11000110 | 1001000 | 110101 |
Color Harmonies of #32ABDD
Complementary color
Monochromatic Colors of #32ABDD
Black with #32ABDD
Text Example
Text Example
White with #32ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABDD; }
p { color: rgb(50,171,221); }
H1.HeaderClassName
{
color: #32ABDD;
}
.AnyTagClassName
{
color: #32ABDD;
}
</style>
background-color css
<style>
a { background-color: #32ABDD; }
a { background-color: rgb(50,171,221); }
div.DivClassName
{
background-color: #32ABDD;
}
.BgClassName
{
background-color: #32ABDD;
}
</style>
border-color css
<style>
span { border-color: #32ABDD; }
span { border-color: rgb(50,171,221); }
td.TdClassName
{
border-color: #32ABDD;
}
.TagClassName
{
border-color: #32ABDD;
}
</style>