Shades of Summer Sky #32B0CD
Tints of Summer Sky #32B0CD
RGB
CMYK
RGB Variations
Color information
#32B0CD (or 0x32B0CD) is known color: Summer Sky. HEX triplet: 32, B0 and CD. RGB value is (50,176,205). Sum of RGB (Red+Green+Blue) = 50+176+205=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #32B0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B0CD is #CD4F32. Grayscale: #8D8D8D. Windows color (decimal): -13455155 or 13479986. OLE color: 13479986.
HSL color Cylindrical-coordinate representation of color #32B0CD: hue angle of 191.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32B0CD is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 176 | 205 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.20 |
| HSL | 191.23º | 0.61% | 0.5% | - |
| HSV(B) | 191.23º | 0.76% | 0.8% | - |
| XYZ | 27.86 | 36.14 | 63.26 | - |
| YUV | 141.63 | 163.76 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 205 | 0.76 | 0.14 | 0 | 0.20 | 191.23 | 0.61 | 0.5 |
| Hex | 32 | B0 | CD | 4C | E | 0 | 14 | BF | 3D | 32 |
| Octal | 62 | 260 | 315 | 114 | 16 | 0 | 24 | 277 | 75 | 62 |
| Binary | 110010 | 10110000 | 11001101 | 1001100 | 1110 | 0 | 10100 | 10111111 | 111101 | 110010 |
Color Harmonies of #32B0CD
Complementary color
Monochromatic Colors of #32B0CD
Black with #32B0CD
Text Example
Text Example
White with #32B0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B0CD; }
p { color: rgb(50,176,205); }
H1.HeaderClassName
{
color: #32B0CD;
}
.AnyTagClassName
{
color: #32B0CD;
}
</style>
background-color css
<style>
a { background-color: #32B0CD; }
a { background-color: rgb(50,176,205); }
div.DivClassName
{
background-color: #32B0CD;
}
.BgClassName
{
background-color: #32B0CD;
}
</style>
border-color css
<style>
span { border-color: #32B0CD; }
span { border-color: rgb(50,176,205); }
td.TdClassName
{
border-color: #32B0CD;
}
.TagClassName
{
border-color: #32B0CD;
}
</style>