Shades of Summer Sky #32BAD2
Tints of Summer Sky #32BAD2
RGB
CMYK
RGB Variations
Color information
#32BAD2 (or 0x32BAD2) is known color: Summer Sky. HEX triplet: 32, BA and D2. RGB value is (50,186,210). Sum of RGB (Red+Green+Blue) = 50+186+210=446 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.21% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 210 (82.42% from 255 or 47.09% from 446); Max value from RGB is 210 - color contains mainly: blue. Hex color #32BAD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BAD2 is #CD452D. Grayscale: #939393. Windows color (decimal): -13452590 or 13810226. OLE color: 13810226.
HSL color Cylindrical-coordinate representation of color #32BAD2: hue angle of 189º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BAD2 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 186 | 210 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.18 |
| HSL | 189º | 0.64% | 0.51% | - |
| HSV(B) | 189º | 0.76% | 0.82% | - |
| XYZ | 30.51 | 40.45 | 67.17 | - |
| YUV | 148.07 | 162.94 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 210 | 0.76 | 0.11 | 0 | 0.18 | 189 | 0.64 | 0.51 |
| Hex | 32 | BA | D2 | 4C | B | 0 | 12 | BD | 40 | 33 |
| Octal | 62 | 272 | 322 | 114 | 13 | 0 | 22 | 275 | 100 | 63 |
| Binary | 110010 | 10111010 | 11010010 | 1001100 | 1011 | 0 | 10010 | 10111101 | 1000000 | 110011 |
Color Harmonies of #32BAD2
Complementary color
Monochromatic Colors of #32BAD2
Black with #32BAD2
Text Example
Text Example
White with #32BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAD2; }
p { color: rgb(50,186,210); }
H1.HeaderClassName
{
color: #32BAD2;
}
.AnyTagClassName
{
color: #32BAD2;
}
</style>
background-color css
<style>
a { background-color: #32BAD2; }
a { background-color: rgb(50,186,210); }
div.DivClassName
{
background-color: #32BAD2;
}
.BgClassName
{
background-color: #32BAD2;
}
</style>
border-color css
<style>
span { border-color: #32BAD2; }
span { border-color: rgb(50,186,210); }
td.TdClassName
{
border-color: #32BAD2;
}
.TagClassName
{
border-color: #32BAD2;
}
</style>