Shades of Summer Sky #32B7DC
Tints of Summer Sky #32B7DC
RGB
CMYK
RGB Variations
Color information
#32B7DC (or 0x32B7DC) is known color: Summer Sky. HEX triplet: 32, B7 and DC. RGB value is (50,183,220). Sum of RGB (Red+Green+Blue) = 50+183+220=453 (60% of max value = 765). Red value is 50 (19.92% from 255 or 11.04% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #32B7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32B7DC is #CD4823. Grayscale: #939393. Windows color (decimal): -13453348 or 14464818. OLE color: 14464818.
HSL color Cylindrical-coordinate representation of color #32B7DC: hue angle of 193.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32B7DC is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 183 | 220 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.14 |
| HSL | 193.06º | 0.71% | 0.53% | - |
| HSV(B) | 193.06º | 0.77% | 0.86% | - |
| XYZ | 31.17 | 39.71 | 73.73 | - |
| YUV | 147.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 220 | 0.77 | 0.17 | 0 | 0.14 | 193.06 | 0.71 | 0.53 |
| Hex | 32 | B7 | DC | 4D | 11 | 0 | E | C1 | 47 | 35 |
| Octal | 62 | 267 | 334 | 115 | 21 | 0 | 16 | 301 | 107 | 65 |
| Binary | 110010 | 10110111 | 11011100 | 1001101 | 10001 | 0 | 1110 | 11000001 | 1000111 | 110101 |
Color Harmonies of #32B7DC
Complementary color
Monochromatic Colors of #32B7DC
Black with #32B7DC
Text Example
Text Example
White with #32B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B7DC; }
p { color: rgb(50,183,220); }
H1.HeaderClassName
{
color: #32B7DC;
}
.AnyTagClassName
{
color: #32B7DC;
}
</style>
background-color css
<style>
a { background-color: #32B7DC; }
a { background-color: rgb(50,183,220); }
div.DivClassName
{
background-color: #32B7DC;
}
.BgClassName
{
background-color: #32B7DC;
}
</style>
border-color css
<style>
span { border-color: #32B7DC; }
span { border-color: rgb(50,183,220); }
td.TdClassName
{
border-color: #32B7DC;
}
.TagClassName
{
border-color: #32B7DC;
}
</style>