Shades of Summer Sky #32BCE9
Tints of Summer Sky #32BCE9
RGB
CMYK
RGB Variations
Color information
#32BCE9 (or 0x32BCE9) is known color: Summer Sky. HEX triplet: 32, BC and E9. RGB value is (50,188,233). Sum of RGB (Red+Green+Blue) = 50+188+233=471 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.62% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 233 (91.41% from 255 or 49.47% from 471); Max value from RGB is 233 - color contains mainly: blue. Hex color #32BCE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BCE9 is #CD4316. Grayscale: #979797. Windows color (decimal): -13452055 or 15318066. OLE color: 15318066.
HSL color Cylindrical-coordinate representation of color #32BCE9: hue angle of 194.75º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BCE9 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 188 | 233 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.09 |
| HSL | 194.75º | 0.81% | 0.55% | - |
| HSV(B) | 194.75º | 0.79% | 0.91% | - |
| XYZ | 34.01 | 42.53 | 83.51 | - |
| YUV | 151.87 | 173.78 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 233 | 0.79 | 0.19 | 0 | 0.09 | 194.75 | 0.81 | 0.55 |
| Hex | 32 | BC | E9 | 4F | 13 | 0 | 9 | C3 | 51 | 37 |
| Octal | 62 | 274 | 351 | 117 | 23 | 0 | 11 | 303 | 121 | 67 |
| Binary | 110010 | 10111100 | 11101001 | 1001111 | 10011 | 0 | 1001 | 11000011 | 1010001 | 110111 |
Color Harmonies of #32BCE9
Complementary color
Monochromatic Colors of #32BCE9
Black with #32BCE9
Text Example
Text Example
White with #32BCE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BCE9; }
p { color: rgb(50,188,233); }
H1.HeaderClassName
{
color: #32BCE9;
}
.AnyTagClassName
{
color: #32BCE9;
}
</style>
background-color css
<style>
a { background-color: #32BCE9; }
a { background-color: rgb(50,188,233); }
div.DivClassName
{
background-color: #32BCE9;
}
.BgClassName
{
background-color: #32BCE9;
}
</style>
border-color css
<style>
span { border-color: #32BCE9; }
span { border-color: rgb(50,188,233); }
td.TdClassName
{
border-color: #32BCE9;
}
.TagClassName
{
border-color: #32BCE9;
}
</style>