Shades of Summer Sky #32BDD8
Tints of Summer Sky #32BDD8
RGB
CMYK
RGB Variations
Color information
#32BDD8 (or 0x32BDD8) is known color: Summer Sky. HEX triplet: 32, BD and D8. RGB value is (50,189,216). Sum of RGB (Red+Green+Blue) = 50+189+216=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #32BDD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDD8 is #CD4227. Grayscale: #969696. Windows color (decimal): -13451816 or 14204210. OLE color: 14204210.
HSL color Cylindrical-coordinate representation of color #32BDD8: hue angle of 189.76º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32BDD8 is Cyan = 0.77, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 189 | 216 | - |
| CMYK | 0.77 | 0.12 | 0 | 0.15 |
| HSL | 189.76º | 0.68% | 0.52% | - |
| HSV(B) | 189.76º | 0.77% | 0.85% | - |
| XYZ | 31.91 | 42.03 | 71.4 | - |
| YUV | 150.52 | 164.95 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 216 | 0.77 | 0.12 | 0 | 0.15 | 189.76 | 0.68 | 0.52 |
| Hex | 32 | BD | D8 | 4D | C | 0 | F | BE | 44 | 34 |
| Octal | 62 | 275 | 330 | 115 | 14 | 0 | 17 | 276 | 104 | 64 |
| Binary | 110010 | 10111101 | 11011000 | 1001101 | 1100 | 0 | 1111 | 10111110 | 1000100 | 110100 |
Color Harmonies of #32BDD8
Complementary color
Monochromatic Colors of #32BDD8
Black with #32BDD8
Text Example
Text Example
White with #32BDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDD8; }
p { color: rgb(50,189,216); }
H1.HeaderClassName
{
color: #32BDD8;
}
.AnyTagClassName
{
color: #32BDD8;
}
</style>
background-color css
<style>
a { background-color: #32BDD8; }
a { background-color: rgb(50,189,216); }
div.DivClassName
{
background-color: #32BDD8;
}
.BgClassName
{
background-color: #32BDD8;
}
</style>
border-color css
<style>
span { border-color: #32BDD8; }
span { border-color: rgb(50,189,216); }
td.TdClassName
{
border-color: #32BDD8;
}
.TagClassName
{
border-color: #32BDD8;
}
</style>