Shades of Summer Sky #32ADDB
Tints of Summer Sky #32ADDB
RGB
CMYK
RGB Variations
Color information
#32ADDB (or 0x32ADDB) is known color: Summer Sky. HEX triplet: 32, AD and DB. RGB value is (50,173,219). Sum of RGB (Red+Green+Blue) = 50+173+219=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #32ADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADDB is #CD5224. Grayscale: #8D8D8D. Windows color (decimal): -13455909 or 14396722. OLE color: 14396722.
HSL color Cylindrical-coordinate representation of color #32ADDB: hue angle of 196.33º 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 #32ADDB is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 173 | 219 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.14 |
| HSL | 196.33º | 0.7% | 0.53% | - |
| HSV(B) | 196.33º | 0.77% | 0.86% | - |
| XYZ | 29.05 | 35.68 | 72.37 | - |
| YUV | 141.47 | 171.75 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 219 | 0.77 | 0.21 | 0 | 0.14 | 196.33 | 0.7 | 0.53 |
| Hex | 32 | AD | DB | 4D | 15 | 0 | E | C4 | 46 | 35 |
| Octal | 62 | 255 | 333 | 115 | 25 | 0 | 16 | 304 | 106 | 65 |
| Binary | 110010 | 10101101 | 11011011 | 1001101 | 10101 | 0 | 1110 | 11000100 | 1000110 | 110101 |
Color Harmonies of #32ADDB
Complementary color
Monochromatic Colors of #32ADDB
Black with #32ADDB
Text Example
Text Example
White with #32ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADDB; }
p { color: rgb(50,173,219); }
H1.HeaderClassName
{
color: #32ADDB;
}
.AnyTagClassName
{
color: #32ADDB;
}
</style>
background-color css
<style>
a { background-color: #32ADDB; }
a { background-color: rgb(50,173,219); }
div.DivClassName
{
background-color: #32ADDB;
}
.BgClassName
{
background-color: #32ADDB;
}
</style>
border-color css
<style>
span { border-color: #32ADDB; }
span { border-color: rgb(50,173,219); }
td.TdClassName
{
border-color: #32ADDB;
}
.TagClassName
{
border-color: #32ADDB;
}
</style>