Shades of Summer Sky #32B7FD
Tints of Summer Sky #32B7FD
RGB
CMYK
RGB Variations
Color information
#32B7FD (or 0x32B7FD) is known color: Summer Sky. HEX triplet: 32, B7 and FD. RGB value is (50,183,253). Sum of RGB (Red+Green+Blue) = 50+183+253=486 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.29% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #32B7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B7FD is #CD4802. Grayscale: #969696. Windows color (decimal): -13453315 or 16627506. OLE color: 16627506.
HSL color Cylindrical-coordinate representation of color #32B7FD: hue angle of 200.69º 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 #32B7FD is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 183 | 253 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.01 |
| HSL | 200.69º | 0.98% | 0.59% | - |
| HSV(B) | 200.69º | 0.8% | 0.99% | - |
| XYZ | 35.98 | 41.64 | 99.07 | - |
| YUV | 151.21 | 185.44 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 253 | 0.80 | 0.28 | 0 | 0.01 | 200.69 | 0.98 | 0.59 |
| Hex | 32 | B7 | FD | 50 | 1C | 0 | 1 | C9 | 62 | 3B |
| Octal | 62 | 267 | 375 | 120 | 34 | 0 | 1 | 311 | 142 | 73 |
| Binary | 110010 | 10110111 | 11111101 | 1010000 | 11100 | 0 | 1 | 11001001 | 1100010 | 111011 |
Color Harmonies of #32B7FD
Complementary color
Monochromatic Colors of #32B7FD
Black with #32B7FD
Text Example
Text Example
White with #32B7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B7FD; }
p { color: rgb(50,183,253); }
H1.HeaderClassName
{
color: #32B7FD;
}
.AnyTagClassName
{
color: #32B7FD;
}
</style>
background-color css
<style>
a { background-color: #32B7FD; }
a { background-color: rgb(50,183,253); }
div.DivClassName
{
background-color: #32B7FD;
}
.BgClassName
{
background-color: #32B7FD;
}
</style>
border-color css
<style>
span { border-color: #32B7FD; }
span { border-color: rgb(50,183,253); }
td.TdClassName
{
border-color: #32B7FD;
}
.TagClassName
{
border-color: #32B7FD;
}
</style>