Shades of Summer Sky #32D9FE
Tints of Summer Sky #32D9FE
RGB
CMYK
RGB Variations
Color information
#32D9FE (or 0x32D9FE) is known color: Summer Sky. HEX triplet: 32, D9 and FE. RGB value is (50,217,254). Sum of RGB (Red+Green+Blue) = 50+217+254=521 (69% of max value = 765). Red value is 50 (19.92% from 255 or 9.60% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #32D9FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D9FE is #CD2601. Grayscale: #AAAAAA. Windows color (decimal): -13444610 or 16701746. OLE color: 16701746.
HSL color Cylindrical-coordinate representation of color #32D9FE: hue angle of 190.88º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D9FE is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 50 | 217 | 254 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.00 |
| HSL | 190.88º | 0.99% | 0.6% | - |
| HSV(B) | 190.88º | 0.8% | 1% | - |
| XYZ | 44.02 | 57.46 | 102.54 | - |
| YUV | 171.29 | 174.67 | 41.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 254 | 0.80 | 0.15 | 0 | 0.00 | 190.88 | 0.99 | 0.6 |
| Hex | 32 | D9 | FE | 50 | F | 0 | 0 | BF | 63 | 3C |
| Octal | 62 | 331 | 376 | 120 | 17 | 0 | 0 | 277 | 143 | 74 |
| Binary | 110010 | 11011001 | 11111110 | 1010000 | 1111 | 0 | 0 | 10111111 | 1100011 | 111100 |
Color Harmonies of #32D9FE
Complementary color
Monochromatic Colors of #32D9FE
Black with #32D9FE
Text Example
Text Example
White with #32D9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D9FE; }
p { color: rgb(50,217,254); }
H1.HeaderClassName
{
color: #32D9FE;
}
.AnyTagClassName
{
color: #32D9FE;
}
</style>
background-color css
<style>
a { background-color: #32D9FE; }
a { background-color: rgb(50,217,254); }
div.DivClassName
{
background-color: #32D9FE;
}
.BgClassName
{
background-color: #32D9FE;
}
</style>
border-color css
<style>
span { border-color: #32D9FE; }
span { border-color: rgb(50,217,254); }
td.TdClassName
{
border-color: #32D9FE;
}
.TagClassName
{
border-color: #32D9FE;
}
</style>