Shades of Summer Sky #32BAED
Tints of Summer Sky #32BAED
RGB
CMYK
RGB Variations
Color information
#32BAED (or 0x32BAED) is known color: Summer Sky. HEX triplet: 32, BA and ED. RGB value is (50,186,237). Sum of RGB (Red+Green+Blue) = 50+186+237=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #32BAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BAED is #CD4512. Grayscale: #969696. Windows color (decimal): -13452563 or 15579698. OLE color: 15579698.
HSL color Cylindrical-coordinate representation of color #32BAED: hue angle of 196.36º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BAED is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 186 | 237 | - |
| CMYK | 0.79 | 0.22 | 0 | 0.07 |
| HSL | 196.36º | 0.84% | 0.56% | - |
| HSV(B) | 196.36º | 0.79% | 0.93% | - |
| XYZ | 34.16 | 41.91 | 86.41 | - |
| YUV | 151.15 | 176.44 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 237 | 0.79 | 0.22 | 0 | 0.07 | 196.36 | 0.84 | 0.56 |
| Hex | 32 | BA | ED | 4F | 16 | 0 | 7 | C4 | 54 | 38 |
| Octal | 62 | 272 | 355 | 117 | 26 | 0 | 7 | 304 | 124 | 70 |
| Binary | 110010 | 10111010 | 11101101 | 1001111 | 10110 | 0 | 111 | 11000100 | 1010100 | 111000 |
Color Harmonies of #32BAED
Complementary color
Monochromatic Colors of #32BAED
Black with #32BAED
Text Example
Text Example
White with #32BAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAED; }
p { color: rgb(50,186,237); }
H1.HeaderClassName
{
color: #32BAED;
}
.AnyTagClassName
{
color: #32BAED;
}
</style>
background-color css
<style>
a { background-color: #32BAED; }
a { background-color: rgb(50,186,237); }
div.DivClassName
{
background-color: #32BAED;
}
.BgClassName
{
background-color: #32BAED;
}
</style>
border-color css
<style>
span { border-color: #32BAED; }
span { border-color: rgb(50,186,237); }
td.TdClassName
{
border-color: #32BAED;
}
.TagClassName
{
border-color: #32BAED;
}
</style>