Shades of Summer Sky #32AEDA
Tints of Summer Sky #32AEDA
RGB
CMYK
RGB Variations
Color information
#32AEDA (or 0x32AEDA) is known color: Summer Sky. HEX triplet: 32, AE and DA. RGB value is (50,174,218). Sum of RGB (Red+Green+Blue) = 50+174+218=442 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.31% from 442); Green value is 174 (68.36% from 255 or 39.37% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #32AEDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AEDA is #CD5125. Grayscale: #8D8D8D. Windows color (decimal): -13455654 or 14331442. OLE color: 14331442.
HSL color Cylindrical-coordinate representation of color #32AEDA: hue angle of 195.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32AEDA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 174 | 218 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.15 |
| HSL | 195.71º | 0.69% | 0.53% | - |
| HSV(B) | 195.71º | 0.77% | 0.85% | - |
| XYZ | 29.11 | 36.01 | 71.75 | - |
| YUV | 141.94 | 170.92 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 218 | 0.77 | 0.20 | 0 | 0.15 | 195.71 | 0.69 | 0.53 |
| Hex | 32 | AE | DA | 4D | 14 | 0 | F | C4 | 45 | 35 |
| Octal | 62 | 256 | 332 | 115 | 24 | 0 | 17 | 304 | 105 | 65 |
| Binary | 110010 | 10101110 | 11011010 | 1001101 | 10100 | 0 | 1111 | 11000100 | 1000101 | 110101 |
Color Harmonies of #32AEDA
Complementary color
Monochromatic Colors of #32AEDA
Black with #32AEDA
Text Example
Text Example
White with #32AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEDA; }
p { color: rgb(50,174,218); }
H1.HeaderClassName
{
color: #32AEDA;
}
.AnyTagClassName
{
color: #32AEDA;
}
</style>
background-color css
<style>
a { background-color: #32AEDA; }
a { background-color: rgb(50,174,218); }
div.DivClassName
{
background-color: #32AEDA;
}
.BgClassName
{
background-color: #32AEDA;
}
</style>
border-color css
<style>
span { border-color: #32AEDA; }
span { border-color: rgb(50,174,218); }
td.TdClassName
{
border-color: #32AEDA;
}
.TagClassName
{
border-color: #32AEDA;
}
</style>