Shades of Summer Sky #32BECE
Tints of Summer Sky #32BECE
RGB
CMYK
RGB Variations
Color information
#32BECE (or 0x32BECE) is known color: Summer Sky. HEX triplet: 32, BE and CE. RGB value is (50,190,206). Sum of RGB (Red+Green+Blue) = 50+190+206=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #32BECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BECE is #CD4131. Grayscale: #959595. Windows color (decimal): -13451570 or 13549106. OLE color: 13549106.
HSL color Cylindrical-coordinate representation of color #32BECE: hue angle of 186.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BECE is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 190 | 206 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.19 |
| HSL | 186.15º | 0.61% | 0.5% | - |
| HSV(B) | 186.15º | 0.76% | 0.81% | - |
| XYZ | 30.87 | 41.96 | 64.86 | - |
| YUV | 149.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 206 | 0.76 | 0.08 | 0 | 0.19 | 186.15 | 0.61 | 0.5 |
| Hex | 32 | BE | CE | 4C | 8 | 0 | 13 | BA | 3D | 32 |
| Octal | 62 | 276 | 316 | 114 | 10 | 0 | 23 | 272 | 75 | 62 |
| Binary | 110010 | 10111110 | 11001110 | 1001100 | 1000 | 0 | 10011 | 10111010 | 111101 | 110010 |
Color Harmonies of #32BECE
Complementary color
Monochromatic Colors of #32BECE
Black with #32BECE
Text Example
Text Example
White with #32BECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BECE; }
p { color: rgb(50,190,206); }
H1.HeaderClassName
{
color: #32BECE;
}
.AnyTagClassName
{
color: #32BECE;
}
</style>
background-color css
<style>
a { background-color: #32BECE; }
a { background-color: rgb(50,190,206); }
div.DivClassName
{
background-color: #32BECE;
}
.BgClassName
{
background-color: #32BECE;
}
</style>
border-color css
<style>
span { border-color: #32BECE; }
span { border-color: rgb(50,190,206); }
td.TdClassName
{
border-color: #32BECE;
}
.TagClassName
{
border-color: #32BECE;
}
</style>