Shades of Summer Sky #32BEEB
Tints of Summer Sky #32BEEB
RGB
CMYK
RGB Variations
Color information
#32BEEB (or 0x32BEEB) is known color: Summer Sky. HEX triplet: 32, BE and EB. RGB value is (50,190,235). Sum of RGB (Red+Green+Blue) = 50+190+235=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #32BEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BEEB is #CD4114. Grayscale: #989898. Windows color (decimal): -13451541 or 15449650. OLE color: 15449650.
HSL color Cylindrical-coordinate representation of color #32BEEB: hue angle of 194.59º 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 #32BEEB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 190 | 235 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.08 |
| HSL | 194.59º | 0.82% | 0.56% | - |
| HSV(B) | 194.59º | 0.79% | 0.92% | - |
| XYZ | 34.72 | 43.5 | 85.16 | - |
| YUV | 153.27 | 174.12 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 235 | 0.79 | 0.19 | 0 | 0.08 | 194.59 | 0.82 | 0.56 |
| Hex | 32 | BE | EB | 4F | 13 | 0 | 8 | C3 | 52 | 38 |
| Octal | 62 | 276 | 353 | 117 | 23 | 0 | 10 | 303 | 122 | 70 |
| Binary | 110010 | 10111110 | 11101011 | 1001111 | 10011 | 0 | 1000 | 11000011 | 1010010 | 111000 |
Color Harmonies of #32BEEB
Complementary color
Monochromatic Colors of #32BEEB
Black with #32BEEB
Text Example
Text Example
White with #32BEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEEB; }
p { color: rgb(50,190,235); }
H1.HeaderClassName
{
color: #32BEEB;
}
.AnyTagClassName
{
color: #32BEEB;
}
</style>
background-color css
<style>
a { background-color: #32BEEB; }
a { background-color: rgb(50,190,235); }
div.DivClassName
{
background-color: #32BEEB;
}
.BgClassName
{
background-color: #32BEEB;
}
</style>
border-color css
<style>
span { border-color: #32BEEB; }
span { border-color: rgb(50,190,235); }
td.TdClassName
{
border-color: #32BEEB;
}
.TagClassName
{
border-color: #32BEEB;
}
</style>