Shades of Summer Sky #32ADED
Tints of Summer Sky #32ADED
RGB
CMYK
RGB Variations
Color information
#32ADED (or 0x32ADED) is known color: Summer Sky. HEX triplet: 32, AD and ED. RGB value is (50,173,237). Sum of RGB (Red+Green+Blue) = 50+173+237=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #32ADED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ADED is #CD5212. Grayscale: #8F8F8F. Windows color (decimal): -13455891 or 15576370. OLE color: 15576370.
HSL color Cylindrical-coordinate representation of color #32ADED: hue angle of 200.53º degrees, saturation: 0.84, 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 #32ADED is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 173 | 237 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.07 |
| HSL | 200.53º | 0.84% | 0.56% | - |
| HSV(B) | 200.53º | 0.79% | 0.93% | - |
| XYZ | 31.55 | 36.68 | 85.54 | - |
| YUV | 143.52 | 180.75 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 237 | 0.79 | 0.27 | 0 | 0.07 | 200.53 | 0.84 | 0.56 |
| Hex | 32 | AD | ED | 4F | 1B | 0 | 7 | C9 | 54 | 38 |
| Octal | 62 | 255 | 355 | 117 | 33 | 0 | 7 | 311 | 124 | 70 |
| Binary | 110010 | 10101101 | 11101101 | 1001111 | 11011 | 0 | 111 | 11001001 | 1010100 | 111000 |
Color Harmonies of #32ADED
Complementary color
Monochromatic Colors of #32ADED
Black with #32ADED
Text Example
Text Example
White with #32ADED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADED; }
p { color: rgb(50,173,237); }
H1.HeaderClassName
{
color: #32ADED;
}
.AnyTagClassName
{
color: #32ADED;
}
</style>
background-color css
<style>
a { background-color: #32ADED; }
a { background-color: rgb(50,173,237); }
div.DivClassName
{
background-color: #32ADED;
}
.BgClassName
{
background-color: #32ADED;
}
</style>
border-color css
<style>
span { border-color: #32ADED; }
span { border-color: rgb(50,173,237); }
td.TdClassName
{
border-color: #32ADED;
}
.TagClassName
{
border-color: #32ADED;
}
</style>