Shades of Summer Sky #32BADA
Tints of Summer Sky #32BADA
RGB
CMYK
RGB Variations
Color information
#32BADA (or 0x32BADA) is known color: Summer Sky. HEX triplet: 32, BA and DA. RGB value is (50,186,218). Sum of RGB (Red+Green+Blue) = 50+186+218=454 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.01% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #32BADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BADA is #CD4525. Grayscale: #949494. Windows color (decimal): -13452582 or 14334514. OLE color: 14334514.
HSL color Cylindrical-coordinate representation of color #32BADA: hue angle of 191.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BADA is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 186 | 218 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.15 |
| HSL | 191.43º | 0.69% | 0.53% | - |
| HSV(B) | 191.43º | 0.77% | 0.85% | - |
| XYZ | 31.53 | 40.86 | 72.55 | - |
| YUV | 148.98 | 166.94 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 218 | 0.77 | 0.15 | 0 | 0.15 | 191.43 | 0.69 | 0.53 |
| Hex | 32 | BA | DA | 4D | F | 0 | F | BF | 45 | 35 |
| Octal | 62 | 272 | 332 | 115 | 17 | 0 | 17 | 277 | 105 | 65 |
| Binary | 110010 | 10111010 | 11011010 | 1001101 | 1111 | 0 | 1111 | 10111111 | 1000101 | 110101 |
Color Harmonies of #32BADA
Complementary color
Monochromatic Colors of #32BADA
Black with #32BADA
Text Example
Text Example
White with #32BADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BADA; }
p { color: rgb(50,186,218); }
H1.HeaderClassName
{
color: #32BADA;
}
.AnyTagClassName
{
color: #32BADA;
}
</style>
background-color css
<style>
a { background-color: #32BADA; }
a { background-color: rgb(50,186,218); }
div.DivClassName
{
background-color: #32BADA;
}
.BgClassName
{
background-color: #32BADA;
}
</style>
border-color css
<style>
span { border-color: #32BADA; }
span { border-color: rgb(50,186,218); }
td.TdClassName
{
border-color: #32BADA;
}
.TagClassName
{
border-color: #32BADA;
}
</style>