Shades of Summer Sky #32BCD3
Tints of Summer Sky #32BCD3
RGB
CMYK
RGB Variations
Color information
#32BCD3 (or 0x32BCD3) is known color: Summer Sky. HEX triplet: 32, BC and D3. RGB value is (50,188,211). Sum of RGB (Red+Green+Blue) = 50+188+211=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #32BCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCD3 is #CD432C. Grayscale: #959595. Windows color (decimal): -13452077 or 13876274. OLE color: 13876274.
HSL color Cylindrical-coordinate representation of color #32BCD3: hue angle of 188.57º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32BCD3 is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 188 | 211 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.17 |
| HSL | 188.57º | 0.65% | 0.51% | - |
| HSV(B) | 188.57º | 0.76% | 0.83% | - |
| XYZ | 31.06 | 41.35 | 67.97 | - |
| YUV | 149.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 211 | 0.76 | 0.11 | 0 | 0.17 | 188.57 | 0.65 | 0.51 |
| Hex | 32 | BC | D3 | 4C | B | 0 | 11 | BD | 41 | 33 |
| Octal | 62 | 274 | 323 | 114 | 13 | 0 | 21 | 275 | 101 | 63 |
| Binary | 110010 | 10111100 | 11010011 | 1001100 | 1011 | 0 | 10001 | 10111101 | 1000001 | 110011 |
Color Harmonies of #32BCD3
Complementary color
Monochromatic Colors of #32BCD3
Black with #32BCD3
Text Example
Text Example
White with #32BCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCD3; }
p { color: rgb(50,188,211); }
H1.HeaderClassName
{
color: #32BCD3;
}
.AnyTagClassName
{
color: #32BCD3;
}
</style>
background-color css
<style>
a { background-color: #32BCD3; }
a { background-color: rgb(50,188,211); }
div.DivClassName
{
background-color: #32BCD3;
}
.BgClassName
{
background-color: #32BCD3;
}
</style>
border-color css
<style>
span { border-color: #32BCD3; }
span { border-color: rgb(50,188,211); }
td.TdClassName
{
border-color: #32BCD3;
}
.TagClassName
{
border-color: #32BCD3;
}
</style>