Shades of Summer Sky #32ADCE
Tints of Summer Sky #32ADCE
RGB
CMYK
RGB Variations
Color information
#32ADCE (or 0x32ADCE) is known color: Summer Sky. HEX triplet: 32, AD and CE. RGB value is (50,173,206). Sum of RGB (Red+Green+Blue) = 50+173+206=429 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.66% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #32ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADCE is #CD5231. Grayscale: #8B8B8B. Windows color (decimal): -13455922 or 13544754. OLE color: 13544754.
HSL color Cylindrical-coordinate representation of color #32ADCE: hue angle of 192.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32ADCE is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 173 | 206 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.19 |
| HSL | 192.69º | 0.61% | 0.5% | - |
| HSV(B) | 192.69º | 0.76% | 0.81% | - |
| XYZ | 27.4 | 35.02 | 63.71 | - |
| YUV | 139.99 | 165.25 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 206 | 0.76 | 0.16 | 0 | 0.19 | 192.69 | 0.61 | 0.5 |
| Hex | 32 | AD | CE | 4C | 10 | 0 | 13 | C1 | 3D | 32 |
| Octal | 62 | 255 | 316 | 114 | 20 | 0 | 23 | 301 | 75 | 62 |
| Binary | 110010 | 10101101 | 11001110 | 1001100 | 10000 | 0 | 10011 | 11000001 | 111101 | 110010 |
Color Harmonies of #32ADCE
Complementary color
Monochromatic Colors of #32ADCE
Black with #32ADCE
Text Example
Text Example
White with #32ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADCE; }
p { color: rgb(50,173,206); }
H1.HeaderClassName
{
color: #32ADCE;
}
.AnyTagClassName
{
color: #32ADCE;
}
</style>
background-color css
<style>
a { background-color: #32ADCE; }
a { background-color: rgb(50,173,206); }
div.DivClassName
{
background-color: #32ADCE;
}
.BgClassName
{
background-color: #32ADCE;
}
</style>
border-color css
<style>
span { border-color: #32ADCE; }
span { border-color: rgb(50,173,206); }
td.TdClassName
{
border-color: #32ADCE;
}
.TagClassName
{
border-color: #32ADCE;
}
</style>