Shades of Summer Sky #32D0F6
Tints of Summer Sky #32D0F6
RGB
CMYK
RGB Variations
Color information
#32D0F6 (or 0x32D0F6) is known color: Summer Sky. HEX triplet: 32, D0 and F6. RGB value is (50,208,246). Sum of RGB (Red+Green+Blue) = 50+208+246=504 (66% of max value = 765). Red value is 50 (19.92% from 255 or 9.92% from 504); Green value is 208 (81.64% from 255 or 41.27% from 504); Blue value is 246 (96.48% from 255 or 48.81% from 504); Max value from RGB is 246 - color contains mainly: blue. Hex color #32D0F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D0F6 is #CD2F09. Grayscale: #A4A4A4. Windows color (decimal): -13446922 or 16175154. OLE color: 16175154.
HSL color Cylindrical-coordinate representation of color #32D0F6: hue angle of 191.63º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D0F6 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 50 | 208 | 246 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.04 |
| HSL | 191.63º | 0.92% | 0.58% | - |
| HSV(B) | 191.63º | 0.8% | 0.96% | - |
| XYZ | 40.51 | 52.44 | 95.18 | - |
| YUV | 165.09 | 173.65 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 208 | 246 | 0.80 | 0.15 | 0 | 0.04 | 191.63 | 0.92 | 0.58 |
| Hex | 32 | D0 | F6 | 50 | F | 0 | 4 | C0 | 5C | 3A |
| Octal | 62 | 320 | 366 | 120 | 17 | 0 | 4 | 300 | 134 | 72 |
| Binary | 110010 | 11010000 | 11110110 | 1010000 | 1111 | 0 | 100 | 11000000 | 1011100 | 111010 |
Color Harmonies of #32D0F6
Complementary color
Monochromatic Colors of #32D0F6
Black with #32D0F6
Text Example
Text Example
White with #32D0F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D0F6; }
p { color: rgb(50,208,246); }
H1.HeaderClassName
{
color: #32D0F6;
}
.AnyTagClassName
{
color: #32D0F6;
}
</style>
background-color css
<style>
a { background-color: #32D0F6; }
a { background-color: rgb(50,208,246); }
div.DivClassName
{
background-color: #32D0F6;
}
.BgClassName
{
background-color: #32D0F6;
}
</style>
border-color css
<style>
span { border-color: #32D0F6; }
span { border-color: rgb(50,208,246); }
td.TdClassName
{
border-color: #32D0F6;
}
.TagClassName
{
border-color: #32D0F6;
}
</style>