Shades of Summer Sky #32CADE
Tints of Summer Sky #32CADE
RGB
CMYK
RGB Variations
Color information
#32CADE (or 0x32CADE) is known color: Summer Sky. HEX triplet: 32, CA and DE. RGB value is (50,202,222). Sum of RGB (Red+Green+Blue) = 50+202+222=474 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.55% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #32CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CADE is #CD3521. Grayscale: #9E9E9E. Windows color (decimal): -13448482 or 14600754. OLE color: 14600754.
HSL color Cylindrical-coordinate representation of color #32CADE: hue angle of 186.98º 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 #32CADE is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 202 | 222 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.13 |
| HSL | 186.98º | 0.72% | 0.53% | - |
| HSV(B) | 186.98º | 0.77% | 0.87% | - |
| XYZ | 35.62 | 48.19 | 76.53 | - |
| YUV | 158.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 222 | 0.77 | 0.09 | 0 | 0.13 | 186.98 | 0.72 | 0.53 |
| Hex | 32 | CA | DE | 4D | 9 | 0 | D | BB | 48 | 35 |
| Octal | 62 | 312 | 336 | 115 | 11 | 0 | 15 | 273 | 110 | 65 |
| Binary | 110010 | 11001010 | 11011110 | 1001101 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110101 |
Color Harmonies of #32CADE
Complementary color
Monochromatic Colors of #32CADE
Black with #32CADE
Text Example
Text Example
White with #32CADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CADE; }
p { color: rgb(50,202,222); }
H1.HeaderClassName
{
color: #32CADE;
}
.AnyTagClassName
{
color: #32CADE;
}
</style>
background-color css
<style>
a { background-color: #32CADE; }
a { background-color: rgb(50,202,222); }
div.DivClassName
{
background-color: #32CADE;
}
.BgClassName
{
background-color: #32CADE;
}
</style>
border-color css
<style>
span { border-color: #32CADE; }
span { border-color: rgb(50,202,222); }
td.TdClassName
{
border-color: #32CADE;
}
.TagClassName
{
border-color: #32CADE;
}
</style>