Shades of Summer Sky #32B3FB
Tints of Summer Sky #32B3FB
RGB
CMYK
RGB Variations
Color information
#32B3FB (or 0x32B3FB) is known color: Summer Sky. HEX triplet: 32, B3 and FB. RGB value is (50,179,251). Sum of RGB (Red+Green+Blue) = 50+179+251=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #32B3FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32B3FB is #CD4C04. Grayscale: #949494. Windows color (decimal): -13454341 or 16495410. OLE color: 16495410.
HSL color Cylindrical-coordinate representation of color #32B3FB: hue angle of 201.49º 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 #32B3FB is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 179 | 251 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.02 |
| HSL | 201.49º | 0.96% | 0.59% | - |
| HSV(B) | 201.49º | 0.8% | 0.98% | - |
| XYZ | 34.85 | 39.88 | 97.13 | - |
| YUV | 148.64 | 185.76 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 251 | 0.80 | 0.29 | 0 | 0.02 | 201.49 | 0.96 | 0.59 |
| Hex | 32 | B3 | FB | 50 | 1D | 0 | 2 | C9 | 60 | 3B |
| Octal | 62 | 263 | 373 | 120 | 35 | 0 | 2 | 311 | 140 | 73 |
| Binary | 110010 | 10110011 | 11111011 | 1010000 | 11101 | 0 | 10 | 11001001 | 1100000 | 111011 |
Color Harmonies of #32B3FB
Complementary color
Monochromatic Colors of #32B3FB
Black with #32B3FB
Text Example
Text Example
White with #32B3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B3FB; }
p { color: rgb(50,179,251); }
H1.HeaderClassName
{
color: #32B3FB;
}
.AnyTagClassName
{
color: #32B3FB;
}
</style>
background-color css
<style>
a { background-color: #32B3FB; }
a { background-color: rgb(50,179,251); }
div.DivClassName
{
background-color: #32B3FB;
}
.BgClassName
{
background-color: #32B3FB;
}
</style>
border-color css
<style>
span { border-color: #32B3FB; }
span { border-color: rgb(50,179,251); }
td.TdClassName
{
border-color: #32B3FB;
}
.TagClassName
{
border-color: #32B3FB;
}
</style>