Shades of Summer Sky #32BFEB
Tints of Summer Sky #32BFEB
RGB
CMYK
RGB Variations
Color information
#32BFEB (or 0x32BFEB) is known color: Summer Sky. HEX triplet: 32, BF and EB. RGB value is (50,191,235). Sum of RGB (Red+Green+Blue) = 50+191+235=476 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.50% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #32BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFEB is #CD4014. Grayscale: #999999. Windows color (decimal): -13451285 or 15449906. OLE color: 15449906.
HSL color Cylindrical-coordinate representation of color #32BFEB: hue angle of 194.27º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BFEB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 191 | 235 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.08 |
| HSL | 194.27º | 0.82% | 0.56% | - |
| HSV(B) | 194.27º | 0.79% | 0.92% | - |
| XYZ | 34.94 | 43.94 | 85.24 | - |
| YUV | 153.86 | 173.79 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 235 | 0.79 | 0.19 | 0 | 0.08 | 194.27 | 0.82 | 0.56 |
| Hex | 32 | BF | EB | 4F | 13 | 0 | 8 | C2 | 52 | 38 |
| Octal | 62 | 277 | 353 | 117 | 23 | 0 | 10 | 302 | 122 | 70 |
| Binary | 110010 | 10111111 | 11101011 | 1001111 | 10011 | 0 | 1000 | 11000010 | 1010010 | 111000 |
Color Harmonies of #32BFEB
Complementary color
Monochromatic Colors of #32BFEB
Black with #32BFEB
Text Example
Text Example
White with #32BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFEB; }
p { color: rgb(50,191,235); }
H1.HeaderClassName
{
color: #32BFEB;
}
.AnyTagClassName
{
color: #32BFEB;
}
</style>
background-color css
<style>
a { background-color: #32BFEB; }
a { background-color: rgb(50,191,235); }
div.DivClassName
{
background-color: #32BFEB;
}
.BgClassName
{
background-color: #32BFEB;
}
</style>
border-color css
<style>
span { border-color: #32BFEB; }
span { border-color: rgb(50,191,235); }
td.TdClassName
{
border-color: #32BFEB;
}
.TagClassName
{
border-color: #32BFEB;
}
</style>