Shades of Summer Sky #32D9FF
Tints of Summer Sky #32D9FF
RGB
CMYK
RGB Variations
Color information
#32D9FF (or 0x32D9FF) is known color: Summer Sky. HEX triplet: 32, D9 and FF. RGB value is (50,217,255). Sum of RGB (Red+Green+Blue) = 50+217+255=522 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.58% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #32D9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D9FF is #CD2600. Grayscale: #ABABAB. Windows color (decimal): -13444609 or 16767282. OLE color: 16767282.
HSL color Cylindrical-coordinate representation of color #32D9FF: hue angle of 191.12º 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 #32D9FF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 217 | 255 | - |
| CMYK | 0.80 | 0.15 | 0 | 0 |
| HSL | 191.12º | 1% | 0.6% | - |
| HSV(B) | 191.12º | 0.8% | 1% | - |
| XYZ | 44.18 | 57.52 | 103.38 | - |
| YUV | 171.4 | 175.17 | 41.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 255 | 0.80 | 0.15 | 0 | 0 | 191.12 | 1 | 0.6 |
| Hex | 32 | D9 | FF | 50 | F | 0 | 0 | BF | 64 | 3C |
| Octal | 62 | 331 | 377 | 120 | 17 | 0 | 0 | 277 | 144 | 74 |
| Binary | 110010 | 11011001 | 11111111 | 1010000 | 1111 | 0 | 0 | 10111111 | 1100100 | 111100 |
Color Harmonies of #32D9FF
Complementary color
Monochromatic Colors of #32D9FF
Black with #32D9FF
Text Example
Text Example
White with #32D9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D9FF; }
p { color: rgb(50,217,255); }
H1.HeaderClassName
{
color: #32D9FF;
}
.AnyTagClassName
{
color: #32D9FF;
}
</style>
background-color css
<style>
a { background-color: #32D9FF; }
a { background-color: rgb(50,217,255); }
div.DivClassName
{
background-color: #32D9FF;
}
.BgClassName
{
background-color: #32D9FF;
}
</style>
border-color css
<style>
span { border-color: #32D9FF; }
span { border-color: rgb(50,217,255); }
td.TdClassName
{
border-color: #32D9FF;
}
.TagClassName
{
border-color: #32D9FF;
}
</style>