Shades of Summer Sky #32ADEE
Tints of Summer Sky #32ADEE
RGB
CMYK
RGB Variations
Color information
#32ADEE (or 0x32ADEE) is known color: Summer Sky. HEX triplet: 32, AD and EE. RGB value is (50,173,238). Sum of RGB (Red+Green+Blue) = 50+173+238=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 238 (93.36% from 255 or 51.63% from 461); Max value from RGB is 238 - color contains mainly: blue. Hex color #32ADEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ADEE is #CD5211. Grayscale: #8F8F8F. Windows color (decimal): -13455890 or 15641906. OLE color: 15641906.
HSL color Cylindrical-coordinate representation of color #32ADEE: hue angle of 200.74º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32ADEE is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 173 | 238 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.07 |
| HSL | 200.74º | 0.85% | 0.56% | - |
| HSV(B) | 200.74º | 0.79% | 0.93% | - |
| XYZ | 31.69 | 36.74 | 86.31 | - |
| YUV | 143.63 | 181.25 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 238 | 0.79 | 0.27 | 0 | 0.07 | 200.74 | 0.85 | 0.56 |
| Hex | 32 | AD | EE | 4F | 1B | 0 | 7 | C9 | 55 | 38 |
| Octal | 62 | 255 | 356 | 117 | 33 | 0 | 7 | 311 | 125 | 70 |
| Binary | 110010 | 10101101 | 11101110 | 1001111 | 11011 | 0 | 111 | 11001001 | 1010101 | 111000 |
Color Harmonies of #32ADEE
Complementary color
Monochromatic Colors of #32ADEE
Black with #32ADEE
Text Example
Text Example
White with #32ADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADEE; }
p { color: rgb(50,173,238); }
H1.HeaderClassName
{
color: #32ADEE;
}
.AnyTagClassName
{
color: #32ADEE;
}
</style>
background-color css
<style>
a { background-color: #32ADEE; }
a { background-color: rgb(50,173,238); }
div.DivClassName
{
background-color: #32ADEE;
}
.BgClassName
{
background-color: #32ADEE;
}
</style>
border-color css
<style>
span { border-color: #32ADEE; }
span { border-color: rgb(50,173,238); }
td.TdClassName
{
border-color: #32ADEE;
}
.TagClassName
{
border-color: #32ADEE;
}
</style>