Shades of Summer Sky #32D8FF
Tints of Summer Sky #32D8FF
RGB
CMYK
RGB Variations
Color information
#32D8FF (or 0x32D8FF) is known color: Summer Sky. HEX triplet: 32, D8 and FF. RGB value is (50,216,255). Sum of RGB (Red+Green+Blue) = 50+216+255=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #32D8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D8FF is #CD2700. Grayscale: #AAAAAA. Windows color (decimal): -13444865 or 16767026. OLE color: 16767026.
HSL color Cylindrical-coordinate representation of color #32D8FF: hue angle of 191.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D8FF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 216 | 255 | - |
| CMYK | 0.80 | 0.15 | 0 | 0 |
| HSL | 191.41º | 1% | 0.6% | - |
| HSV(B) | 191.41º | 0.8% | 1% | - |
| XYZ | 43.92 | 57.01 | 103.3 | - |
| YUV | 170.81 | 175.5 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 255 | 0.80 | 0.15 | 0 | 0 | 191.41 | 1 | 0.6 |
| Hex | 32 | D8 | FF | 50 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 62 | 330 | 377 | 120 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110010 | 11011000 | 11111111 | 1010000 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #32D8FF
Complementary color
Monochromatic Colors of #32D8FF
Black with #32D8FF
Text Example
Text Example
White with #32D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8FF; }
p { color: rgb(50,216,255); }
H1.HeaderClassName
{
color: #32D8FF;
}
.AnyTagClassName
{
color: #32D8FF;
}
</style>
background-color css
<style>
a { background-color: #32D8FF; }
a { background-color: rgb(50,216,255); }
div.DivClassName
{
background-color: #32D8FF;
}
.BgClassName
{
background-color: #32D8FF;
}
</style>
border-color css
<style>
span { border-color: #32D8FF; }
span { border-color: rgb(50,216,255); }
td.TdClassName
{
border-color: #32D8FF;
}
.TagClassName
{
border-color: #32D8FF;
}
</style>