Shades of Summer Sky #32B2FD
Tints of Summer Sky #32B2FD
RGB
CMYK
RGB Variations
Color information
#32B2FD (or 0x32B2FD) is known color: Summer Sky. HEX triplet: 32, B2 and FD. RGB value is (50,178,253). Sum of RGB (Red+Green+Blue) = 50+178+253=481 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.40% from 481); Green value is 178 (69.92% from 255 or 37.01% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #32B2FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32B2FD is #CD4D02. Grayscale: #939393. Windows color (decimal): -13454595 or 16626226. OLE color: 16626226.
HSL color Cylindrical-coordinate representation of color #32B2FD: hue angle of 202.17º 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 #32B2FD is Cyan = 0.80, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 178 | 253 | - |
| CMYK | 0.80 | 0.30 | 0 | 0.01 |
| HSL | 202.17º | 0.98% | 0.59% | - |
| HSV(B) | 202.17º | 0.8% | 0.99% | - |
| XYZ | 34.97 | 39.61 | 98.73 | - |
| YUV | 148.28 | 187.09 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 253 | 0.80 | 0.30 | 0 | 0.01 | 202.17 | 0.98 | 0.59 |
| Hex | 32 | B2 | FD | 50 | 1E | 0 | 1 | CA | 62 | 3B |
| Octal | 62 | 262 | 375 | 120 | 36 | 0 | 1 | 312 | 142 | 73 |
| Binary | 110010 | 10110010 | 11111101 | 1010000 | 11110 | 0 | 1 | 11001010 | 1100010 | 111011 |
Color Harmonies of #32B2FD
Complementary color
Monochromatic Colors of #32B2FD
Black with #32B2FD
Text Example
Text Example
White with #32B2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B2FD; }
p { color: rgb(50,178,253); }
H1.HeaderClassName
{
color: #32B2FD;
}
.AnyTagClassName
{
color: #32B2FD;
}
</style>
background-color css
<style>
a { background-color: #32B2FD; }
a { background-color: rgb(50,178,253); }
div.DivClassName
{
background-color: #32B2FD;
}
.BgClassName
{
background-color: #32B2FD;
}
</style>
border-color css
<style>
span { border-color: #32B2FD; }
span { border-color: rgb(50,178,253); }
td.TdClassName
{
border-color: #32B2FD;
}
.TagClassName
{
border-color: #32B2FD;
}
</style>