Shades of Summer Sky #32BEDD
Tints of Summer Sky #32BEDD
RGB
CMYK
RGB Variations
Color information
#32BEDD (or 0x32BEDD) is known color: Summer Sky. HEX triplet: 32, BE and DD. RGB value is (50,190,221). Sum of RGB (Red+Green+Blue) = 50+190+221=461 (61% of max value = 765). Red value is 50 (19.92% from 255 or 10.85% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #32BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BEDD is #CD4122. Grayscale: #979797. Windows color (decimal): -13451555 or 14532146. OLE color: 14532146.
HSL color Cylindrical-coordinate representation of color #32BEDD: hue angle of 190.88º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BEDD is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 190 | 221 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.13 |
| HSL | 190.88º | 0.72% | 0.53% | - |
| HSV(B) | 190.88º | 0.77% | 0.87% | - |
| XYZ | 32.78 | 42.73 | 74.93 | - |
| YUV | 151.67 | 167.12 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 190 | 221 | 0.77 | 0.14 | 0 | 0.13 | 190.88 | 0.72 | 0.53 |
| Hex | 32 | BE | DD | 4D | E | 0 | D | BF | 48 | 35 |
| Octal | 62 | 276 | 335 | 115 | 16 | 0 | 15 | 277 | 110 | 65 |
| Binary | 110010 | 10111110 | 11011101 | 1001101 | 1110 | 0 | 1101 | 10111111 | 1001000 | 110101 |
Color Harmonies of #32BEDD
Complementary color
Monochromatic Colors of #32BEDD
Black with #32BEDD
Text Example
Text Example
White with #32BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BEDD; }
p { color: rgb(50,190,221); }
H1.HeaderClassName
{
color: #32BEDD;
}
.AnyTagClassName
{
color: #32BEDD;
}
</style>
background-color css
<style>
a { background-color: #32BEDD; }
a { background-color: rgb(50,190,221); }
div.DivClassName
{
background-color: #32BEDD;
}
.BgClassName
{
background-color: #32BEDD;
}
</style>
border-color css
<style>
span { border-color: #32BEDD; }
span { border-color: rgb(50,190,221); }
td.TdClassName
{
border-color: #32BEDD;
}
.TagClassName
{
border-color: #32BEDD;
}
</style>