Shades of Summer Sky #32D8FA
Tints of Summer Sky #32D8FA
RGB
CMYK
RGB Variations
Color information
#32D8FA (or 0x32D8FA) is known color: Summer Sky. HEX triplet: 32, D8 and FA. RGB value is (50,216,250). Sum of RGB (Red+Green+Blue) = 50+216+250=516 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.69% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #32D8FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D8FA is #CD2705. Grayscale: #A9A9A9. Windows color (decimal): -13444870 or 16439346. OLE color: 16439346.
HSL color Cylindrical-coordinate representation of color #32D8FA: hue angle of 190.2º degrees, saturation: 0.95, 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 #32D8FA is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 216 | 250 | - |
| CMYK | 0.8 | 0.14 | 0 | 0.02 |
| HSL | 190.2º | 0.95% | 0.59% | - |
| HSV(B) | 190.2º | 0.8% | 0.98% | - |
| XYZ | 43.13 | 56.69 | 99.11 | - |
| YUV | 170.24 | 173 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 216 | 250 | 0.8 | 0.14 | 0 | 0.02 | 190.2 | 0.95 | 0.59 |
| Hex | 32 | D8 | FA | 50 | E | 0 | 2 | BE | 5F | 3B |
| Octal | 62 | 330 | 372 | 120 | 16 | 0 | 2 | 276 | 137 | 73 |
| Binary | 110010 | 11011000 | 11111010 | 1010000 | 1110 | 0 | 10 | 10111110 | 1011111 | 111011 |
Color Harmonies of #32D8FA
Complementary color
Monochromatic Colors of #32D8FA
Black with #32D8FA
Text Example
Text Example
White with #32D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D8FA; }
p { color: rgb(50,216,250); }
H1.HeaderClassName
{
color: #32D8FA;
}
.AnyTagClassName
{
color: #32D8FA;
}
</style>
background-color css
<style>
a { background-color: #32D8FA; }
a { background-color: rgb(50,216,250); }
div.DivClassName
{
background-color: #32D8FA;
}
.BgClassName
{
background-color: #32D8FA;
}
</style>
border-color css
<style>
span { border-color: #32D8FA; }
span { border-color: rgb(50,216,250); }
td.TdClassName
{
border-color: #32D8FA;
}
.TagClassName
{
border-color: #32D8FA;
}
</style>