Shades of Summer Sky #32BCEA
Tints of Summer Sky #32BCEA
RGB
CMYK
RGB Variations
Color information
#32BCEA (or 0x32BCEA) is known color: Summer Sky. HEX triplet: 32, BC and EA. RGB value is (50,188,234). Sum of RGB (Red+Green+Blue) = 50+188+234=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #32BCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCEA is #CD4315. Grayscale: #979797. Windows color (decimal): -13452054 or 15383602. OLE color: 15383602.
HSL color Cylindrical-coordinate representation of color #32BCEA: hue angle of 195º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BCEA is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 188 | 234 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.08 |
| HSL | 195º | 0.81% | 0.56% | - |
| HSV(B) | 195º | 0.79% | 0.92% | - |
| XYZ | 34.15 | 42.59 | 84.26 | - |
| YUV | 151.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 234 | 0.79 | 0.20 | 0 | 0.08 | 195 | 0.81 | 0.56 |
| Hex | 32 | BC | EA | 4F | 14 | 0 | 8 | C3 | 51 | 38 |
| Octal | 62 | 274 | 352 | 117 | 24 | 0 | 10 | 303 | 121 | 70 |
| Binary | 110010 | 10111100 | 11101010 | 1001111 | 10100 | 0 | 1000 | 11000011 | 1010001 | 111000 |
Color Harmonies of #32BCEA
Complementary color
Monochromatic Colors of #32BCEA
Black with #32BCEA
Text Example
Text Example
White with #32BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCEA; }
p { color: rgb(50,188,234); }
H1.HeaderClassName
{
color: #32BCEA;
}
.AnyTagClassName
{
color: #32BCEA;
}
</style>
background-color css
<style>
a { background-color: #32BCEA; }
a { background-color: rgb(50,188,234); }
div.DivClassName
{
background-color: #32BCEA;
}
.BgClassName
{
background-color: #32BCEA;
}
</style>
border-color css
<style>
span { border-color: #32BCEA; }
span { border-color: rgb(50,188,234); }
td.TdClassName
{
border-color: #32BCEA;
}
.TagClassName
{
border-color: #32BCEA;
}
</style>