Shades of Summer Sky #32CBDE
Tints of Summer Sky #32CBDE
RGB
CMYK
RGB Variations
Color information
#32CBDE (or 0x32CBDE) is known color: Summer Sky. HEX triplet: 32, CB and DE. RGB value is (50,203,222). Sum of RGB (Red+Green+Blue) = 50+203+222=475 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.53% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #32CBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32CBDE is #CD3421. Grayscale: #9F9F9F. Windows color (decimal): -13448226 or 14601010. OLE color: 14601010.
HSL color Cylindrical-coordinate representation of color #32CBDE: hue angle of 186.63º 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 #32CBDE is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 203 | 222 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.13 |
| HSL | 186.63º | 0.72% | 0.53% | - |
| HSV(B) | 186.63º | 0.77% | 0.87% | - |
| XYZ | 35.86 | 48.66 | 76.61 | - |
| YUV | 159.42 | 163.31 | 49.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 203 | 222 | 0.77 | 0.09 | 0 | 0.13 | 186.63 | 0.72 | 0.53 |
| Hex | 32 | CB | DE | 4D | 9 | 0 | D | BB | 48 | 35 |
| Octal | 62 | 313 | 336 | 115 | 11 | 0 | 15 | 273 | 110 | 65 |
| Binary | 110010 | 11001011 | 11011110 | 1001101 | 1001 | 0 | 1101 | 10111011 | 1001000 | 110101 |
Color Harmonies of #32CBDE
Complementary color
Monochromatic Colors of #32CBDE
Black with #32CBDE
Text Example
Text Example
White with #32CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CBDE; }
p { color: rgb(50,203,222); }
H1.HeaderClassName
{
color: #32CBDE;
}
.AnyTagClassName
{
color: #32CBDE;
}
</style>
background-color css
<style>
a { background-color: #32CBDE; }
a { background-color: rgb(50,203,222); }
div.DivClassName
{
background-color: #32CBDE;
}
.BgClassName
{
background-color: #32CBDE;
}
</style>
border-color css
<style>
span { border-color: #32CBDE; }
span { border-color: rgb(50,203,222); }
td.TdClassName
{
border-color: #32CBDE;
}
.TagClassName
{
border-color: #32CBDE;
}
</style>