Shades of Summer Sky #32ADE4
Tints of Summer Sky #32ADE4
RGB
CMYK
RGB Variations
Color information
#32ADE4 (or 0x32ADE4) is known color: Summer Sky. HEX triplet: 32, AD and E4. RGB value is (50,173,228). Sum of RGB (Red+Green+Blue) = 50+173+228=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 228 (89.45% from 255 or 50.55% from 451); Max value from RGB is 228 - color contains mainly: blue. Hex color #32ADE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADE4 is #CD521B. Grayscale: #8E8E8E. Windows color (decimal): -13455900 or 14986546. OLE color: 14986546.
HSL color Cylindrical-coordinate representation of color #32ADE4: hue angle of 198.54º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32ADE4 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 173 | 228 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.11 |
| HSL | 198.54º | 0.77% | 0.55% | - |
| HSV(B) | 198.54º | 0.78% | 0.89% | - |
| XYZ | 30.26 | 36.17 | 78.78 | - |
| YUV | 142.49 | 176.25 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 228 | 0.78 | 0.24 | 0 | 0.11 | 198.54 | 0.77 | 0.55 |
| Hex | 32 | AD | E4 | 4E | 18 | 0 | B | C7 | 4D | 37 |
| Octal | 62 | 255 | 344 | 116 | 30 | 0 | 13 | 307 | 115 | 67 |
| Binary | 110010 | 10101101 | 11100100 | 1001110 | 11000 | 0 | 1011 | 11000111 | 1001101 | 110111 |
Color Harmonies of #32ADE4
Complementary color
Monochromatic Colors of #32ADE4
Black with #32ADE4
Text Example
Text Example
White with #32ADE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADE4; }
p { color: rgb(50,173,228); }
H1.HeaderClassName
{
color: #32ADE4;
}
.AnyTagClassName
{
color: #32ADE4;
}
</style>
background-color css
<style>
a { background-color: #32ADE4; }
a { background-color: rgb(50,173,228); }
div.DivClassName
{
background-color: #32ADE4;
}
.BgClassName
{
background-color: #32ADE4;
}
</style>
border-color css
<style>
span { border-color: #32ADE4; }
span { border-color: rgb(50,173,228); }
td.TdClassName
{
border-color: #32ADE4;
}
.TagClassName
{
border-color: #32ADE4;
}
</style>