Shades of Summer Sky #32ADCC
Tints of Summer Sky #32ADCC
RGB
CMYK
RGB Variations
Color information
#32ADCC (or 0x32ADCC) is known color: Summer Sky. HEX triplet: 32, AD and CC. RGB value is (50,173,204). Sum of RGB (Red+Green+Blue) = 50+173+204=427 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.71% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #32ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADCC is #CD5233. Grayscale: #8B8B8B. Windows color (decimal): -13455924 or 13413682. OLE color: 13413682.
HSL color Cylindrical-coordinate representation of color #32ADCC: hue angle of 192.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32ADCC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 173 | 204 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.2 |
| HSL | 192.08º | 0.61% | 0.5% | - |
| HSV(B) | 192.08º | 0.75% | 0.8% | - |
| XYZ | 27.16 | 34.92 | 62.44 | - |
| YUV | 139.76 | 164.25 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 204 | 0.75 | 0.15 | 0 | 0.2 | 192.08 | 0.61 | 0.5 |
| Hex | 32 | AD | CC | 4B | F | 0 | 14 | C0 | 3D | 32 |
| Octal | 62 | 255 | 314 | 113 | 17 | 0 | 24 | 300 | 75 | 62 |
| Binary | 110010 | 10101101 | 11001100 | 1001011 | 1111 | 0 | 10100 | 11000000 | 111101 | 110010 |
Color Harmonies of #32ADCC
Complementary color
Monochromatic Colors of #32ADCC
Black with #32ADCC
Text Example
Text Example
White with #32ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADCC; }
p { color: rgb(50,173,204); }
H1.HeaderClassName
{
color: #32ADCC;
}
.AnyTagClassName
{
color: #32ADCC;
}
</style>
background-color css
<style>
a { background-color: #32ADCC; }
a { background-color: rgb(50,173,204); }
div.DivClassName
{
background-color: #32ADCC;
}
.BgClassName
{
background-color: #32ADCC;
}
</style>
border-color css
<style>
span { border-color: #32ADCC; }
span { border-color: rgb(50,173,204); }
td.TdClassName
{
border-color: #32ADCC;
}
.TagClassName
{
border-color: #32ADCC;
}
</style>