Shades of Summer Sky #32B0DD
Tints of Summer Sky #32B0DD
RGB
CMYK
RGB Variations
Color information
#32B0DD (or 0x32B0DD) is known color: Summer Sky. HEX triplet: 32, B0 and DD. RGB value is (50,176,221). Sum of RGB (Red+Green+Blue) = 50+176+221=447 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.19% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #32B0DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0DD is #CD4F22. Grayscale: #8F8F8F. Windows color (decimal): -13455139 or 14528562. OLE color: 14528562.
HSL color Cylindrical-coordinate representation of color #32B0DD: hue angle of 195.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32B0DD is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 176 | 221 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.13 |
| HSL | 195.79º | 0.72% | 0.53% | - |
| HSV(B) | 195.79º | 0.77% | 0.87% | - |
| XYZ | 29.89 | 36.95 | 73.96 | - |
| YUV | 143.46 | 171.76 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 221 | 0.77 | 0.20 | 0 | 0.13 | 195.79 | 0.72 | 0.53 |
| Hex | 32 | B0 | DD | 4D | 14 | 0 | D | C4 | 48 | 35 |
| Octal | 62 | 260 | 335 | 115 | 24 | 0 | 15 | 304 | 110 | 65 |
| Binary | 110010 | 10110000 | 11011101 | 1001101 | 10100 | 0 | 1101 | 11000100 | 1001000 | 110101 |
Color Harmonies of #32B0DD
Complementary color
Monochromatic Colors of #32B0DD
Black with #32B0DD
Text Example
Text Example
White with #32B0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0DD; }
p { color: rgb(50,176,221); }
H1.HeaderClassName
{
color: #32B0DD;
}
.AnyTagClassName
{
color: #32B0DD;
}
</style>
background-color css
<style>
a { background-color: #32B0DD; }
a { background-color: rgb(50,176,221); }
div.DivClassName
{
background-color: #32B0DD;
}
.BgClassName
{
background-color: #32B0DD;
}
</style>
border-color css
<style>
span { border-color: #32B0DD; }
span { border-color: rgb(50,176,221); }
td.TdClassName
{
border-color: #32B0DD;
}
.TagClassName
{
border-color: #32B0DD;
}
</style>