Shades of Summer Sky #32BAD9
Tints of Summer Sky #32BAD9
RGB
CMYK
RGB Variations
Color information
#32BAD9 (or 0x32BAD9) is known color: Summer Sky. HEX triplet: 32, BA and D9. RGB value is (50,186,217). Sum of RGB (Red+Green+Blue) = 50+186+217=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #32BAD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAD9 is #CD4526. Grayscale: #949494. Windows color (decimal): -13452583 or 14268978. OLE color: 14268978.
HSL color Cylindrical-coordinate representation of color #32BAD9: hue angle of 191.14º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BAD9 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 186 | 217 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.15 |
| HSL | 191.14º | 0.69% | 0.52% | - |
| HSV(B) | 191.14º | 0.77% | 0.85% | - |
| XYZ | 31.4 | 40.81 | 71.87 | - |
| YUV | 148.87 | 166.44 | 57.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 217 | 0.77 | 0.14 | 0 | 0.15 | 191.14 | 0.69 | 0.52 |
| Hex | 32 | BA | D9 | 4D | E | 0 | F | BF | 45 | 34 |
| Octal | 62 | 272 | 331 | 115 | 16 | 0 | 17 | 277 | 105 | 64 |
| Binary | 110010 | 10111010 | 11011001 | 1001101 | 1110 | 0 | 1111 | 10111111 | 1000101 | 110100 |
Color Harmonies of #32BAD9
Complementary color
Monochromatic Colors of #32BAD9
Black with #32BAD9
Text Example
Text Example
White with #32BAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAD9; }
p { color: rgb(50,186,217); }
H1.HeaderClassName
{
color: #32BAD9;
}
.AnyTagClassName
{
color: #32BAD9;
}
</style>
background-color css
<style>
a { background-color: #32BAD9; }
a { background-color: rgb(50,186,217); }
div.DivClassName
{
background-color: #32BAD9;
}
.BgClassName
{
background-color: #32BAD9;
}
</style>
border-color css
<style>
span { border-color: #32BAD9; }
span { border-color: rgb(50,186,217); }
td.TdClassName
{
border-color: #32BAD9;
}
.TagClassName
{
border-color: #32BAD9;
}
</style>