Shades of Summer Sky #32B1E4
Tints of Summer Sky #32B1E4
RGB
CMYK
RGB Variations
Color information
#32B1E4 (or 0x32B1E4) is known color: Summer Sky. HEX triplet: 32, B1 and E4. RGB value is (50,177,228). Sum of RGB (Red+Green+Blue) = 50+177+228=455 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.99% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 228 (89.45% from 255 or 50.11% from 455); Max value from RGB is 228 - color contains mainly: blue. Hex color #32B1E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32B1E4 is #CD4E1B. Grayscale: #909090. Windows color (decimal): -13454876 or 14987570. OLE color: 14987570.
HSL color Cylindrical-coordinate representation of color #32B1E4: hue angle of 197.19º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32B1E4 is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 177 | 228 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.11 |
| HSL | 197.19º | 0.77% | 0.55% | - |
| HSV(B) | 197.19º | 0.78% | 0.89% | - |
| XYZ | 31.04 | 37.72 | 79.04 | - |
| YUV | 144.84 | 174.92 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 228 | 0.78 | 0.22 | 0 | 0.11 | 197.19 | 0.77 | 0.55 |
| Hex | 32 | B1 | E4 | 4E | 16 | 0 | B | C5 | 4D | 37 |
| Octal | 62 | 261 | 344 | 116 | 26 | 0 | 13 | 305 | 115 | 67 |
| Binary | 110010 | 10110001 | 11100100 | 1001110 | 10110 | 0 | 1011 | 11000101 | 1001101 | 110111 |
Color Harmonies of #32B1E4
Complementary color
Monochromatic Colors of #32B1E4
Black with #32B1E4
Text Example
Text Example
White with #32B1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B1E4; }
p { color: rgb(50,177,228); }
H1.HeaderClassName
{
color: #32B1E4;
}
.AnyTagClassName
{
color: #32B1E4;
}
</style>
background-color css
<style>
a { background-color: #32B1E4; }
a { background-color: rgb(50,177,228); }
div.DivClassName
{
background-color: #32B1E4;
}
.BgClassName
{
background-color: #32B1E4;
}
</style>
border-color css
<style>
span { border-color: #32B1E4; }
span { border-color: rgb(50,177,228); }
td.TdClassName
{
border-color: #32B1E4;
}
.TagClassName
{
border-color: #32B1E4;
}
</style>