Shades of Summer Sky #32D2EF
Tints of Summer Sky #32D2EF
RGB
CMYK
RGB Variations
Color information
#32D2EF (or 0x32D2EF) is known color: Summer Sky. HEX triplet: 32, D2 and EF. RGB value is (50,210,239). Sum of RGB (Red+Green+Blue) = 50+210+239=499 (66% of max value = 765). Red value is 50 (19.92% from 255 or 10.02% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #32D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D2EF is #CD2D10. Grayscale: #A5A5A5. Windows color (decimal): -13446417 or 15716914. OLE color: 15716914.
HSL color Cylindrical-coordinate representation of color #32D2EF: hue angle of 189.21º 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 #32D2EF is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 210 | 239 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.06 |
| HSL | 189.21º | 0.86% | 0.57% | - |
| HSV(B) | 189.21º | 0.79% | 0.94% | - |
| XYZ | 39.94 | 53 | 89.79 | - |
| YUV | 165.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 239 | 0.79 | 0.12 | 0 | 0.06 | 189.21 | 0.86 | 0.57 |
| Hex | 32 | D2 | EF | 4F | C | 0 | 6 | BD | 56 | 39 |
| Octal | 62 | 322 | 357 | 117 | 14 | 0 | 6 | 275 | 126 | 71 |
| Binary | 110010 | 11010010 | 11101111 | 1001111 | 1100 | 0 | 110 | 10111101 | 1010110 | 111001 |
Color Harmonies of #32D2EF
Complementary color
Monochromatic Colors of #32D2EF
Black with #32D2EF
Text Example
Text Example
White with #32D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2EF; }
p { color: rgb(50,210,239); }
H1.HeaderClassName
{
color: #32D2EF;
}
.AnyTagClassName
{
color: #32D2EF;
}
</style>
background-color css
<style>
a { background-color: #32D2EF; }
a { background-color: rgb(50,210,239); }
div.DivClassName
{
background-color: #32D2EF;
}
.BgClassName
{
background-color: #32D2EF;
}
</style>
border-color css
<style>
span { border-color: #32D2EF; }
span { border-color: rgb(50,210,239); }
td.TdClassName
{
border-color: #32D2EF;
}
.TagClassName
{
border-color: #32D2EF;
}
</style>