Shades of Summer Sky #32CADD
Tints of Summer Sky #32CADD
RGB
CMYK
RGB Variations
Color information
#32CADD (or 0x32CADD) is known color: Summer Sky. HEX triplet: 32, CA and DD. RGB value is (50,202,221). Sum of RGB (Red+Green+Blue) = 50+202+221=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #32CADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CADD is #CD3522. Grayscale: #9E9E9E. Windows color (decimal): -13448483 or 14535218. OLE color: 14535218.
HSL color Cylindrical-coordinate representation of color #32CADD: hue angle of 186.67º 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 #32CADD is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 202 | 221 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.13 |
| HSL | 186.67º | 0.72% | 0.53% | - |
| HSV(B) | 186.67º | 0.77% | 0.87% | - |
| XYZ | 35.49 | 48.14 | 75.83 | - |
| YUV | 158.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 202 | 221 | 0.77 | 0.09 | 0 | 0.13 | 186.67 | 0.72 | 0.53 |
| Hex | 32 | CA | DD | 4D | 9 | 0 | D | BB | 48 | 35 |
| Octal | 62 | 312 | 335 | 115 | 11 | 0 | 15 | 273 | 110 | 65 |
| Binary | 110010 | 11001010 | 11011101 | 1001101 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110101 |
Color Harmonies of #32CADD
Complementary color
Monochromatic Colors of #32CADD
Black with #32CADD
Text Example
Text Example
White with #32CADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CADD; }
p { color: rgb(50,202,221); }
H1.HeaderClassName
{
color: #32CADD;
}
.AnyTagClassName
{
color: #32CADD;
}
</style>
background-color css
<style>
a { background-color: #32CADD; }
a { background-color: rgb(50,202,221); }
div.DivClassName
{
background-color: #32CADD;
}
.BgClassName
{
background-color: #32CADD;
}
</style>
border-color css
<style>
span { border-color: #32CADD; }
span { border-color: rgb(50,202,221); }
td.TdClassName
{
border-color: #32CADD;
}
.TagClassName
{
border-color: #32CADD;
}
</style>