Shades of Summer Sky #32BCCA
Tints of Summer Sky #32BCCA
RGB
CMYK
RGB Variations
Color information
#32BCCA (or 0x32BCCA) is known color: Summer Sky. HEX triplet: 32, BC and CA. RGB value is (50,188,202). Sum of RGB (Red+Green+Blue) = 50+188+202=440 (58% of max value = 765). Red value is 50 (19.92% from 255 or 11.36% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #32BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #32BCCA is #CD4335. Grayscale: #949494. Windows color (decimal): -13452086 or 13286450. OLE color: 13286450.
HSL color Cylindrical-coordinate representation of color #32BCCA: hue angle of 185.53º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32BCCA is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 50 | 188 | 202 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.21 |
| HSL | 185.53º | 0.6% | 0.49% | - |
| HSV(B) | 185.53º | 0.75% | 0.79% | - |
| XYZ | 29.96 | 40.91 | 62.19 | - |
| YUV | 148.33 | 158.28 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 202 | 0.75 | 0.07 | 0 | 0.21 | 185.53 | 0.6 | 0.49 |
| Hex | 32 | BC | CA | 4B | 7 | 0 | 15 | BA | 3C | 31 |
| Octal | 62 | 274 | 312 | 113 | 7 | 0 | 25 | 272 | 74 | 61 |
| Binary | 110010 | 10111100 | 11001010 | 1001011 | 111 | 0 | 10101 | 10111010 | 111100 | 110001 |
Color Harmonies of #32BCCA
Complementary color
Monochromatic Colors of #32BCCA
Black with #32BCCA
Text Example
Text Example
White with #32BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCCA; }
p { color: rgb(50,188,202); }
H1.HeaderClassName
{
color: #32BCCA;
}
.AnyTagClassName
{
color: #32BCCA;
}
</style>
background-color css
<style>
a { background-color: #32BCCA; }
a { background-color: rgb(50,188,202); }
div.DivClassName
{
background-color: #32BCCA;
}
.BgClassName
{
background-color: #32BCCA;
}
</style>
border-color css
<style>
span { border-color: #32BCCA; }
span { border-color: rgb(50,188,202); }
td.TdClassName
{
border-color: #32BCCA;
}
.TagClassName
{
border-color: #32BCCA;
}
</style>