Shades of Summer Sky #32BDDC
Tints of Summer Sky #32BDDC
RGB
CMYK
RGB Variations
Color information
#32BDDC (or 0x32BDDC) is known color: Summer Sky. HEX triplet: 32, BD and DC. RGB value is (50,189,220). Sum of RGB (Red+Green+Blue) = 50+189+220=459 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.89% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #32BDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BDDC is #CD4223. Grayscale: #969696. Windows color (decimal): -13451812 or 14466354. OLE color: 14466354.
HSL color Cylindrical-coordinate representation of color #32BDDC: hue angle of 190.94º 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 #32BDDC is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 189 | 220 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.14 |
| HSL | 190.94º | 0.71% | 0.53% | - |
| HSV(B) | 190.94º | 0.77% | 0.86% | - |
| XYZ | 32.43 | 42.24 | 74.15 | - |
| YUV | 150.97 | 166.95 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 220 | 0.77 | 0.14 | 0 | 0.14 | 190.94 | 0.71 | 0.53 |
| Hex | 32 | BD | DC | 4D | E | 0 | E | BF | 47 | 35 |
| Octal | 62 | 275 | 334 | 115 | 16 | 0 | 16 | 277 | 107 | 65 |
| Binary | 110010 | 10111101 | 11011100 | 1001101 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110101 |
Color Harmonies of #32BDDC
Complementary color
Monochromatic Colors of #32BDDC
Black with #32BDDC
Text Example
Text Example
White with #32BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BDDC; }
p { color: rgb(50,189,220); }
H1.HeaderClassName
{
color: #32BDDC;
}
.AnyTagClassName
{
color: #32BDDC;
}
</style>
background-color css
<style>
a { background-color: #32BDDC; }
a { background-color: rgb(50,189,220); }
div.DivClassName
{
background-color: #32BDDC;
}
.BgClassName
{
background-color: #32BDDC;
}
</style>
border-color css
<style>
span { border-color: #32BDDC; }
span { border-color: rgb(50,189,220); }
td.TdClassName
{
border-color: #32BDDC;
}
.TagClassName
{
border-color: #32BDDC;
}
</style>