Shades of Summer Sky #32C2FD
Tints of Summer Sky #32C2FD
RGB
CMYK
RGB Variations
Color information
#32C2FD (or 0x32C2FD) is known color: Summer Sky. HEX triplet: 32, C2 and FD. RGB value is (50,194,253). Sum of RGB (Red+Green+Blue) = 50+194+253=497 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.06% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #32C2FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32C2FD is #CD3D02. Grayscale: #9D9D9D. Windows color (decimal): -13450499 or 16630322. OLE color: 16630322.
HSL color Cylindrical-coordinate representation of color #32C2FD: hue angle of 197.44º 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 #32C2FD is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 194 | 253 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.01 |
| HSL | 197.44º | 0.98% | 0.59% | - |
| HSV(B) | 197.44º | 0.8% | 0.99% | - |
| XYZ | 38.34 | 46.35 | 99.86 | - |
| YUV | 157.67 | 181.79 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 253 | 0.80 | 0.23 | 0 | 0.01 | 197.44 | 0.98 | 0.59 |
| Hex | 32 | C2 | FD | 50 | 17 | 0 | 1 | C5 | 62 | 3B |
| Octal | 62 | 302 | 375 | 120 | 27 | 0 | 1 | 305 | 142 | 73 |
| Binary | 110010 | 11000010 | 11111101 | 1010000 | 10111 | 0 | 1 | 11000101 | 1100010 | 111011 |
Color Harmonies of #32C2FD
Complementary color
Monochromatic Colors of #32C2FD
Black with #32C2FD
Text Example
Text Example
White with #32C2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C2FD; }
p { color: rgb(50,194,253); }
H1.HeaderClassName
{
color: #32C2FD;
}
.AnyTagClassName
{
color: #32C2FD;
}
</style>
background-color css
<style>
a { background-color: #32C2FD; }
a { background-color: rgb(50,194,253); }
div.DivClassName
{
background-color: #32C2FD;
}
.BgClassName
{
background-color: #32C2FD;
}
</style>
border-color css
<style>
span { border-color: #32C2FD; }
span { border-color: rgb(50,194,253); }
td.TdClassName
{
border-color: #32C2FD;
}
.TagClassName
{
border-color: #32C2FD;
}
</style>