Shades of Summer Sky #32D7FD
Tints of Summer Sky #32D7FD
RGB
CMYK
RGB Variations
Color information
#32D7FD (or 0x32D7FD) is known color: Summer Sky. HEX triplet: 32, D7 and FD. RGB value is (50,215,253). Sum of RGB (Red+Green+Blue) = 50+215+253=518 (68% of max value = 765). Red value is 50 (19.92% from 255 or 9.65% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #32D7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32D7FD is #CD2802. Grayscale: #A9A9A9. Windows color (decimal): -13445123 or 16635698. OLE color: 16635698.
HSL color Cylindrical-coordinate representation of color #32D7FD: hue angle of 191.23º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32D7FD is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 215 | 253 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.01 |
| HSL | 191.23º | 0.98% | 0.59% | - |
| HSV(B) | 191.23º | 0.8% | 0.99% | - |
| XYZ | 43.35 | 56.37 | 101.52 | - |
| YUV | 170 | 174.84 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 253 | 0.80 | 0.15 | 0 | 0.01 | 191.23 | 0.98 | 0.59 |
| Hex | 32 | D7 | FD | 50 | F | 0 | 1 | BF | 62 | 3B |
| Octal | 62 | 327 | 375 | 120 | 17 | 0 | 1 | 277 | 142 | 73 |
| Binary | 110010 | 11010111 | 11111101 | 1010000 | 1111 | 0 | 1 | 10111111 | 1100010 | 111011 |
Color Harmonies of #32D7FD
Complementary color
Monochromatic Colors of #32D7FD
Black with #32D7FD
Text Example
Text Example
White with #32D7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D7FD; }
p { color: rgb(50,215,253); }
H1.HeaderClassName
{
color: #32D7FD;
}
.AnyTagClassName
{
color: #32D7FD;
}
</style>
background-color css
<style>
a { background-color: #32D7FD; }
a { background-color: rgb(50,215,253); }
div.DivClassName
{
background-color: #32D7FD;
}
.BgClassName
{
background-color: #32D7FD;
}
</style>
border-color css
<style>
span { border-color: #32D7FD; }
span { border-color: rgb(50,215,253); }
td.TdClassName
{
border-color: #32D7FD;
}
.TagClassName
{
border-color: #32D7FD;
}
</style>