Shades of Summer Sky #32BEDC
Tints of Summer Sky #32BEDC
RGB
CMYK
RGB Variations
Color information
#32BEDC (or 0x32BEDC) is known color: Summer Sky. HEX triplet: 32, BE and DC. RGB value is (50,190,220). Sum of RGB (Red+Green+Blue) = 50+190+220=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #32BEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEDC is #CD4123. Grayscale: #979797. Windows color (decimal): -13451556 or 14466610. OLE color: 14466610.
HSL color Cylindrical-coordinate representation of color #32BEDC: hue angle of 190.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BEDC is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 190 | 220 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.14 |
| HSL | 190.59º | 0.71% | 0.53% | - |
| HSV(B) | 190.59º | 0.77% | 0.86% | - |
| XYZ | 32.65 | 42.67 | 74.23 | - |
| YUV | 151.56 | 166.62 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 220 | 0.77 | 0.14 | 0 | 0.14 | 190.59 | 0.71 | 0.53 |
| Hex | 32 | BE | DC | 4D | E | 0 | E | BF | 47 | 35 |
| Octal | 62 | 276 | 334 | 115 | 16 | 0 | 16 | 277 | 107 | 65 |
| Binary | 110010 | 10111110 | 11011100 | 1001101 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110101 |
Color Harmonies of #32BEDC
Complementary color
Monochromatic Colors of #32BEDC
Black with #32BEDC
Text Example
Text Example
White with #32BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEDC; }
p { color: rgb(50,190,220); }
H1.HeaderClassName
{
color: #32BEDC;
}
.AnyTagClassName
{
color: #32BEDC;
}
</style>
background-color css
<style>
a { background-color: #32BEDC; }
a { background-color: rgb(50,190,220); }
div.DivClassName
{
background-color: #32BEDC;
}
.BgClassName
{
background-color: #32BEDC;
}
</style>
border-color css
<style>
span { border-color: #32BEDC; }
span { border-color: rgb(50,190,220); }
td.TdClassName
{
border-color: #32BEDC;
}
.TagClassName
{
border-color: #32BEDC;
}
</style>