Shades of Summer Sky #32ABE4
Tints of Summer Sky #32ABE4
RGB
CMYK
RGB Variations
Color information
#32ABE4 (or 0x32ABE4) is known color: Summer Sky. HEX triplet: 32, AB and E4. RGB value is (50,171,228). Sum of RGB (Red+Green+Blue) = 50+171+228=449 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.14% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 228 (89.45% from 255 or 50.78% from 449); Max value from RGB is 228 - color contains mainly: blue. Hex color #32ABE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABE4 is #CD541B. Grayscale: #8C8C8C. Windows color (decimal): -13456412 or 14986034. OLE color: 14986034.
HSL color Cylindrical-coordinate representation of color #32ABE4: hue angle of 199.21º 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 #32ABE4 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 171 | 228 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.11 |
| HSL | 199.21º | 0.77% | 0.55% | - |
| HSV(B) | 199.21º | 0.78% | 0.89% | - |
| XYZ | 29.88 | 35.41 | 78.66 | - |
| YUV | 141.32 | 176.91 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 228 | 0.78 | 0.25 | 0 | 0.11 | 199.21 | 0.77 | 0.55 |
| Hex | 32 | AB | E4 | 4E | 19 | 0 | B | C7 | 4D | 37 |
| Octal | 62 | 253 | 344 | 116 | 31 | 0 | 13 | 307 | 115 | 67 |
| Binary | 110010 | 10101011 | 11100100 | 1001110 | 11001 | 0 | 1011 | 11000111 | 1001101 | 110111 |
Color Harmonies of #32ABE4
Complementary color
Monochromatic Colors of #32ABE4
Black with #32ABE4
Text Example
Text Example
White with #32ABE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABE4; }
p { color: rgb(50,171,228); }
H1.HeaderClassName
{
color: #32ABE4;
}
.AnyTagClassName
{
color: #32ABE4;
}
</style>
background-color css
<style>
a { background-color: #32ABE4; }
a { background-color: rgb(50,171,228); }
div.DivClassName
{
background-color: #32ABE4;
}
.BgClassName
{
background-color: #32ABE4;
}
</style>
border-color css
<style>
span { border-color: #32ABE4; }
span { border-color: rgb(50,171,228); }
td.TdClassName
{
border-color: #32ABE4;
}
.TagClassName
{
border-color: #32ABE4;
}
</style>