Shades of Summer Sky #32ADDF
Tints of Summer Sky #32ADDF
RGB
CMYK
RGB Variations
Color information
#32ADDF (or 0x32ADDF) is known color: Summer Sky. HEX triplet: 32, AD and DF. RGB value is (50,173,223). Sum of RGB (Red+Green+Blue) = 50+173+223=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #32ADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADDF is #CD5220. Grayscale: #8D8D8D. Windows color (decimal): -13455905 or 14658866. OLE color: 14658866.
HSL color Cylindrical-coordinate representation of color #32ADDF: hue angle of 197.34º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32ADDF is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 173 | 223 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.13 |
| HSL | 197.34º | 0.73% | 0.54% | - |
| HSV(B) | 197.34º | 0.78% | 0.87% | - |
| XYZ | 29.58 | 35.89 | 75.18 | - |
| YUV | 141.92 | 173.75 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 223 | 0.78 | 0.22 | 0 | 0.13 | 197.34 | 0.73 | 0.54 |
| Hex | 32 | AD | DF | 4E | 16 | 0 | D | C5 | 49 | 36 |
| Octal | 62 | 255 | 337 | 116 | 26 | 0 | 15 | 305 | 111 | 66 |
| Binary | 110010 | 10101101 | 11011111 | 1001110 | 10110 | 0 | 1101 | 11000101 | 1001001 | 110110 |
Color Harmonies of #32ADDF
Complementary color
Monochromatic Colors of #32ADDF
Black with #32ADDF
Text Example
Text Example
White with #32ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADDF; }
p { color: rgb(50,173,223); }
H1.HeaderClassName
{
color: #32ADDF;
}
.AnyTagClassName
{
color: #32ADDF;
}
</style>
background-color css
<style>
a { background-color: #32ADDF; }
a { background-color: rgb(50,173,223); }
div.DivClassName
{
background-color: #32ADDF;
}
.BgClassName
{
background-color: #32ADDF;
}
</style>
border-color css
<style>
span { border-color: #32ADDF; }
span { border-color: rgb(50,173,223); }
td.TdClassName
{
border-color: #32ADDF;
}
.TagClassName
{
border-color: #32ADDF;
}
</style>