Shades of Summer Sky #32BADC
Tints of Summer Sky #32BADC
RGB
CMYK
RGB Variations
Color information
#32BADC (or 0x32BADC) is known color: Summer Sky. HEX triplet: 32, BA and DC. RGB value is (50,186,220). Sum of RGB (Red+Green+Blue) = 50+186+220=456 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.96% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #32BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BADC is #CD4523. Grayscale: #949494. Windows color (decimal): -13452580 or 14465586. OLE color: 14465586.
HSL color Cylindrical-coordinate representation of color #32BADC: hue angle of 192º 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 #32BADC is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 186 | 220 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.14 |
| HSL | 192º | 0.71% | 0.53% | - |
| HSV(B) | 192º | 0.77% | 0.86% | - |
| XYZ | 31.79 | 40.96 | 73.94 | - |
| YUV | 149.21 | 167.94 | 57.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 220 | 0.77 | 0.15 | 0 | 0.14 | 192 | 0.71 | 0.53 |
| Hex | 32 | BA | DC | 4D | F | 0 | E | C0 | 47 | 35 |
| Octal | 62 | 272 | 334 | 115 | 17 | 0 | 16 | 300 | 107 | 65 |
| Binary | 110010 | 10111010 | 11011100 | 1001101 | 1111 | 0 | 1110 | 11000000 | 1000111 | 110101 |
Color Harmonies of #32BADC
Complementary color
Monochromatic Colors of #32BADC
Black with #32BADC
Text Example
Text Example
White with #32BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BADC; }
p { color: rgb(50,186,220); }
H1.HeaderClassName
{
color: #32BADC;
}
.AnyTagClassName
{
color: #32BADC;
}
</style>
background-color css
<style>
a { background-color: #32BADC; }
a { background-color: rgb(50,186,220); }
div.DivClassName
{
background-color: #32BADC;
}
.BgClassName
{
background-color: #32BADC;
}
</style>
border-color css
<style>
span { border-color: #32BADC; }
span { border-color: rgb(50,186,220); }
td.TdClassName
{
border-color: #32BADC;
}
.TagClassName
{
border-color: #32BADC;
}
</style>