Shades of Summer Sky #32D6FF
Tints of Summer Sky #32D6FF
RGB
CMYK
RGB Variations
Color information
#32D6FF (or 0x32D6FF) is known color: Summer Sky. HEX triplet: 32, D6 and FF. RGB value is (50,214,255). Sum of RGB (Red+Green+Blue) = 50+214+255=519 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.63% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #32D6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D6FF is #CD2900. Grayscale: #A9A9A9. Windows color (decimal): -13445377 or 16766514. OLE color: 16766514.
HSL color Cylindrical-coordinate representation of color #32D6FF: hue angle of 192º 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 #32D6FF is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 214 | 255 | - |
| CMYK | 0.80 | 0.16 | 0 | 0 |
| HSL | 192º | 1% | 0.6% | - |
| HSV(B) | 192º | 0.8% | 1% | - |
| XYZ | 43.41 | 55.99 | 103.13 | - |
| YUV | 169.64 | 176.17 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 255 | 0.80 | 0.16 | 0 | 0 | 192 | 1 | 0.6 |
| Hex | 32 | D6 | FF | 50 | 10 | 0 | 0 | C0 | 64 | 3C |
| Octal | 62 | 326 | 377 | 120 | 20 | 0 | 0 | 300 | 144 | 74 |
| Binary | 110010 | 11010110 | 11111111 | 1010000 | 10000 | 0 | 0 | 11000000 | 1100100 | 111100 |
Color Harmonies of #32D6FF
Complementary color
Monochromatic Colors of #32D6FF
Black with #32D6FF
Text Example
Text Example
White with #32D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D6FF; }
p { color: rgb(50,214,255); }
H1.HeaderClassName
{
color: #32D6FF;
}
.AnyTagClassName
{
color: #32D6FF;
}
</style>
background-color css
<style>
a { background-color: #32D6FF; }
a { background-color: rgb(50,214,255); }
div.DivClassName
{
background-color: #32D6FF;
}
.BgClassName
{
background-color: #32D6FF;
}
</style>
border-color css
<style>
span { border-color: #32D6FF; }
span { border-color: rgb(50,214,255); }
td.TdClassName
{
border-color: #32D6FF;
}
.TagClassName
{
border-color: #32D6FF;
}
</style>