Shades of Summer Sky #32ADEF
Tints of Summer Sky #32ADEF
RGB
CMYK
RGB Variations
Color information
#32ADEF (or 0x32ADEF) is known color: Summer Sky. HEX triplet: 32, AD and EF. RGB value is (50,173,239). Sum of RGB (Red+Green+Blue) = 50+173+239=462 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.82% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #32ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ADEF is #CD5210. Grayscale: #8F8F8F. Windows color (decimal): -13455889 or 15707442. OLE color: 15707442.
HSL color Cylindrical-coordinate representation of color #32ADEF: hue angle of 200.95º 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 #32ADEF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 173 | 239 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.06 |
| HSL | 200.95º | 0.86% | 0.57% | - |
| HSV(B) | 200.95º | 0.79% | 0.94% | - |
| XYZ | 31.84 | 36.8 | 87.09 | - |
| YUV | 143.75 | 181.75 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 239 | 0.79 | 0.28 | 0 | 0.06 | 200.95 | 0.86 | 0.57 |
| Hex | 32 | AD | EF | 4F | 1C | 0 | 6 | C9 | 56 | 39 |
| Octal | 62 | 255 | 357 | 117 | 34 | 0 | 6 | 311 | 126 | 71 |
| Binary | 110010 | 10101101 | 11101111 | 1001111 | 11100 | 0 | 110 | 11001001 | 1010110 | 111001 |
Color Harmonies of #32ADEF
Complementary color
Monochromatic Colors of #32ADEF
Black with #32ADEF
Text Example
Text Example
White with #32ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADEF; }
p { color: rgb(50,173,239); }
H1.HeaderClassName
{
color: #32ADEF;
}
.AnyTagClassName
{
color: #32ADEF;
}
</style>
background-color css
<style>
a { background-color: #32ADEF; }
a { background-color: rgb(50,173,239); }
div.DivClassName
{
background-color: #32ADEF;
}
.BgClassName
{
background-color: #32ADEF;
}
</style>
border-color css
<style>
span { border-color: #32ADEF; }
span { border-color: rgb(50,173,239); }
td.TdClassName
{
border-color: #32ADEF;
}
.TagClassName
{
border-color: #32ADEF;
}
</style>