Shades of Summer Sky #32ABE5
Tints of Summer Sky #32ABE5
RGB
CMYK
RGB Variations
Color information
#32ABE5 (or 0x32ABE5) is known color: Summer Sky. HEX triplet: 32, AB and E5. RGB value is (50,171,229). Sum of RGB (Red+Green+Blue) = 50+171+229=450 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.11% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #32ABE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABE5 is #CD541A. Grayscale: #8D8D8D. Windows color (decimal): -13456411 or 15051570. OLE color: 15051570.
HSL color Cylindrical-coordinate representation of color #32ABE5: hue angle of 199.44º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32ABE5 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 171 | 229 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.10 |
| HSL | 199.44º | 0.77% | 0.55% | - |
| HSV(B) | 199.44º | 0.78% | 0.9% | - |
| XYZ | 30.02 | 35.46 | 79.39 | - |
| YUV | 141.43 | 177.41 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 229 | 0.78 | 0.25 | 0 | 0.10 | 199.44 | 0.77 | 0.55 |
| Hex | 32 | AB | E5 | 4E | 19 | 0 | A | C7 | 4D | 37 |
| Octal | 62 | 253 | 345 | 116 | 31 | 0 | 12 | 307 | 115 | 67 |
| Binary | 110010 | 10101011 | 11100101 | 1001110 | 11001 | 0 | 1010 | 11000111 | 1001101 | 110111 |
Color Harmonies of #32ABE5
Complementary color
Monochromatic Colors of #32ABE5
Black with #32ABE5
Text Example
Text Example
White with #32ABE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABE5; }
p { color: rgb(50,171,229); }
H1.HeaderClassName
{
color: #32ABE5;
}
.AnyTagClassName
{
color: #32ABE5;
}
</style>
background-color css
<style>
a { background-color: #32ABE5; }
a { background-color: rgb(50,171,229); }
div.DivClassName
{
background-color: #32ABE5;
}
.BgClassName
{
background-color: #32ABE5;
}
</style>
border-color css
<style>
span { border-color: #32ABE5; }
span { border-color: rgb(50,171,229); }
td.TdClassName
{
border-color: #32ABE5;
}
.TagClassName
{
border-color: #32ABE5;
}
</style>