Shades of Summer Sky #32D2FA
Tints of Summer Sky #32D2FA
RGB
CMYK
RGB Variations
Color information
#32D2FA (or 0x32D2FA) is known color: Summer Sky. HEX triplet: 32, D2 and FA. RGB value is (50,210,250). Sum of RGB (Red+Green+Blue) = 50+210+250=510 (67% of max value = 765). Red value is 50 (19.92% from 255 or 9.80% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #32D2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D2FA is #CD2D05. Grayscale: #A6A6A6. Windows color (decimal): -13446406 or 16437810. OLE color: 16437810.
HSL color Cylindrical-coordinate representation of color #32D2FA: hue angle of 192º 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 #32D2FA is Cyan = 0.8, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 210 | 250 | - |
| CMYK | 0.8 | 0.16 | 0 | 0.02 |
| HSL | 192º | 0.95% | 0.59% | - |
| HSV(B) | 192º | 0.8% | 0.98% | - |
| XYZ | 41.62 | 53.67 | 98.61 | - |
| YUV | 166.72 | 174.99 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 250 | 0.8 | 0.16 | 0 | 0.02 | 192 | 0.95 | 0.59 |
| Hex | 32 | D2 | FA | 50 | 10 | 0 | 2 | C0 | 5F | 3B |
| Octal | 62 | 322 | 372 | 120 | 20 | 0 | 2 | 300 | 137 | 73 |
| Binary | 110010 | 11010010 | 11111010 | 1010000 | 10000 | 0 | 10 | 11000000 | 1011111 | 111011 |
Color Harmonies of #32D2FA
Complementary color
Monochromatic Colors of #32D2FA
Black with #32D2FA
Text Example
Text Example
White with #32D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D2FA; }
p { color: rgb(50,210,250); }
H1.HeaderClassName
{
color: #32D2FA;
}
.AnyTagClassName
{
color: #32D2FA;
}
</style>
background-color css
<style>
a { background-color: #32D2FA; }
a { background-color: rgb(50,210,250); }
div.DivClassName
{
background-color: #32D2FA;
}
.BgClassName
{
background-color: #32D2FA;
}
</style>
border-color css
<style>
span { border-color: #32D2FA; }
span { border-color: rgb(50,210,250); }
td.TdClassName
{
border-color: #32D2FA;
}
.TagClassName
{
border-color: #32D2FA;
}
</style>