Shades of Summer Sky #32AEEF
Tints of Summer Sky #32AEEF
RGB
CMYK
RGB Variations
Color information
#32AEEF (or 0x32AEEF) is known color: Summer Sky. HEX triplet: 32, AE and EF. RGB value is (50,174,239). Sum of RGB (Red+Green+Blue) = 50+174+239=463 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.80% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #32AEEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AEEF is #CD5110. Grayscale: #8F8F8F. Windows color (decimal): -13455633 or 15707698. OLE color: 15707698.
HSL color Cylindrical-coordinate representation of color #32AEEF: hue angle of 200.63º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AEEF is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 174 | 239 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.06 |
| HSL | 200.63º | 0.86% | 0.57% | - |
| HSV(B) | 200.63º | 0.79% | 0.94% | - |
| XYZ | 32.03 | 37.18 | 87.15 | - |
| YUV | 144.33 | 181.42 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 239 | 0.79 | 0.27 | 0 | 0.06 | 200.63 | 0.86 | 0.57 |
| Hex | 32 | AE | EF | 4F | 1B | 0 | 6 | C9 | 56 | 39 |
| Octal | 62 | 256 | 357 | 117 | 33 | 0 | 6 | 311 | 126 | 71 |
| Binary | 110010 | 10101110 | 11101111 | 1001111 | 11011 | 0 | 110 | 11001001 | 1010110 | 111001 |
Color Harmonies of #32AEEF
Complementary color
Monochromatic Colors of #32AEEF
Black with #32AEEF
Text Example
Text Example
White with #32AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AEEF; }
p { color: rgb(50,174,239); }
H1.HeaderClassName
{
color: #32AEEF;
}
.AnyTagClassName
{
color: #32AEEF;
}
</style>
background-color css
<style>
a { background-color: #32AEEF; }
a { background-color: rgb(50,174,239); }
div.DivClassName
{
background-color: #32AEEF;
}
.BgClassName
{
background-color: #32AEEF;
}
</style>
border-color css
<style>
span { border-color: #32AEEF; }
span { border-color: rgb(50,174,239); }
td.TdClassName
{
border-color: #32AEEF;
}
.TagClassName
{
border-color: #32AEEF;
}
</style>