Shades of Summer Sky #32BEFB
Tints of Summer Sky #32BEFB
RGB
CMYK
RGB Variations
Color information
#32BEFB (or 0x32BEFB) is known color: Summer Sky. HEX triplet: 32, BE and FB. RGB value is (50,190,251). Sum of RGB (Red+Green+Blue) = 50+190+251=491 (65% of max value = 765). Red value is 50 (19.92% from 255 or 10.18% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #32BEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEFB is #CD4104. Grayscale: #9A9A9A. Windows color (decimal): -13451525 or 16498226. OLE color: 16498226.
HSL color Cylindrical-coordinate representation of color #32BEFB: hue angle of 198.21º 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 #32BEFB is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 190 | 251 | - |
| CMYK | 0.80 | 0.24 | 0 | 0.02 |
| HSL | 198.21º | 0.96% | 0.59% | - |
| HSV(B) | 198.21º | 0.8% | 0.98% | - |
| XYZ | 37.14 | 44.47 | 97.89 | - |
| YUV | 155.09 | 182.12 | 53.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 251 | 0.80 | 0.24 | 0 | 0.02 | 198.21 | 0.96 | 0.59 |
| Hex | 32 | BE | FB | 50 | 18 | 0 | 2 | C6 | 60 | 3B |
| Octal | 62 | 276 | 373 | 120 | 30 | 0 | 2 | 306 | 140 | 73 |
| Binary | 110010 | 10111110 | 11111011 | 1010000 | 11000 | 0 | 10 | 11000110 | 1100000 | 111011 |
Color Harmonies of #32BEFB
Complementary color
Monochromatic Colors of #32BEFB
Black with #32BEFB
Text Example
Text Example
White with #32BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEFB; }
p { color: rgb(50,190,251); }
H1.HeaderClassName
{
color: #32BEFB;
}
.AnyTagClassName
{
color: #32BEFB;
}
</style>
background-color css
<style>
a { background-color: #32BEFB; }
a { background-color: rgb(50,190,251); }
div.DivClassName
{
background-color: #32BEFB;
}
.BgClassName
{
background-color: #32BEFB;
}
</style>
border-color css
<style>
span { border-color: #32BEFB; }
span { border-color: rgb(50,190,251); }
td.TdClassName
{
border-color: #32BEFB;
}
.TagClassName
{
border-color: #32BEFB;
}
</style>