Shades of Summer Sky #32B5FB
Tints of Summer Sky #32B5FB
RGB
CMYK
RGB Variations
Color information
#32B5FB (or 0x32B5FB) is known color: Summer Sky. HEX triplet: 32, B5 and FB. RGB value is (50,181,251). Sum of RGB (Red+Green+Blue) = 50+181+251=482 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.37% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #32B5FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B5FB is #CD4A04. Grayscale: #959595. Windows color (decimal): -13453829 or 16495922. OLE color: 16495922.
HSL color Cylindrical-coordinate representation of color #32B5FB: hue angle of 200.9º degrees, saturation: 0.96, 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 #32B5FB is Cyan = 0.80, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 181 | 251 | - |
| CMYK | 0.80 | 0.28 | 0 | 0.02 |
| HSL | 200.9º | 0.96% | 0.59% | - |
| HSV(B) | 200.9º | 0.8% | 0.98% | - |
| XYZ | 35.25 | 40.69 | 97.26 | - |
| YUV | 149.81 | 185.1 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 251 | 0.80 | 0.28 | 0 | 0.02 | 200.9 | 0.96 | 0.59 |
| Hex | 32 | B5 | FB | 50 | 1C | 0 | 2 | C9 | 60 | 3B |
| Octal | 62 | 265 | 373 | 120 | 34 | 0 | 2 | 311 | 140 | 73 |
| Binary | 110010 | 10110101 | 11111011 | 1010000 | 11100 | 0 | 10 | 11001001 | 1100000 | 111011 |
Color Harmonies of #32B5FB
Complementary color
Monochromatic Colors of #32B5FB
Black with #32B5FB
Text Example
Text Example
White with #32B5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B5FB; }
p { color: rgb(50,181,251); }
H1.HeaderClassName
{
color: #32B5FB;
}
.AnyTagClassName
{
color: #32B5FB;
}
</style>
background-color css
<style>
a { background-color: #32B5FB; }
a { background-color: rgb(50,181,251); }
div.DivClassName
{
background-color: #32B5FB;
}
.BgClassName
{
background-color: #32B5FB;
}
</style>
border-color css
<style>
span { border-color: #32B5FB; }
span { border-color: rgb(50,181,251); }
td.TdClassName
{
border-color: #32B5FB;
}
.TagClassName
{
border-color: #32B5FB;
}
</style>