Shades of Summer Sky #32D2F9
Tints of Summer Sky #32D2F9
RGB
CMYK
RGB Variations
Color information
#32D2F9 (or 0x32D2F9) is known color: Summer Sky. HEX triplet: 32, D2 and F9. RGB value is (50,210,249). Sum of RGB (Red+Green+Blue) = 50+210+249=509 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.82% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 249 (97.66% from 255 or 48.92% from 509); Max value from RGB is 249 - color contains mainly: blue. Hex color #32D2F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D2F9 is #CD2D06. Grayscale: #A6A6A6. Windows color (decimal): -13446407 or 16372274. OLE color: 16372274.
HSL color Cylindrical-coordinate representation of color #32D2F9: hue angle of 191.76º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D2F9 is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 210 | 249 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.02 |
| HSL | 191.76º | 0.94% | 0.59% | - |
| HSV(B) | 191.76º | 0.8% | 0.98% | - |
| XYZ | 41.46 | 53.61 | 97.79 | - |
| YUV | 166.61 | 174.49 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 249 | 0.80 | 0.16 | 0 | 0.02 | 191.76 | 0.94 | 0.59 |
| Hex | 32 | D2 | F9 | 50 | 10 | 0 | 2 | C0 | 5E | 3B |
| Octal | 62 | 322 | 371 | 120 | 20 | 0 | 2 | 300 | 136 | 73 |
| Binary | 110010 | 11010010 | 11111001 | 1010000 | 10000 | 0 | 10 | 11000000 | 1011110 | 111011 |
Color Harmonies of #32D2F9
Complementary color
Monochromatic Colors of #32D2F9
Black with #32D2F9
Text Example
Text Example
White with #32D2F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2F9; }
p { color: rgb(50,210,249); }
H1.HeaderClassName
{
color: #32D2F9;
}
.AnyTagClassName
{
color: #32D2F9;
}
</style>
background-color css
<style>
a { background-color: #32D2F9; }
a { background-color: rgb(50,210,249); }
div.DivClassName
{
background-color: #32D2F9;
}
.BgClassName
{
background-color: #32D2F9;
}
</style>
border-color css
<style>
span { border-color: #32D2F9; }
span { border-color: rgb(50,210,249); }
td.TdClassName
{
border-color: #32D2F9;
}
.TagClassName
{
border-color: #32D2F9;
}
</style>