Shades of Summer Sky #32AFE2
Tints of Summer Sky #32AFE2
RGB
CMYK
RGB Variations
Color information
#32AFE2 (or 0x32AFE2) is known color: Summer Sky. HEX triplet: 32, AF and E2. RGB value is (50,175,226). Sum of RGB (Red+Green+Blue) = 50+175+226=451 (59% of max value = 765). Red value is 50 (19.92% from 255 or 11.09% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #32AFE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFE2 is #CD501D. Grayscale: #8F8F8F. Windows color (decimal): -13455390 or 14855986. OLE color: 14855986.
HSL color Cylindrical-coordinate representation of color #32AFE2: hue angle of 197.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AFE2 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 175 | 226 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.11 |
| HSL | 197.39º | 0.75% | 0.54% | - |
| HSV(B) | 197.39º | 0.78% | 0.89% | - |
| XYZ | 30.37 | 36.83 | 77.46 | - |
| YUV | 143.44 | 174.59 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 226 | 0.78 | 0.23 | 0 | 0.11 | 197.39 | 0.75 | 0.54 |
| Hex | 32 | AF | E2 | 4E | 17 | 0 | B | C5 | 4B | 36 |
| Octal | 62 | 257 | 342 | 116 | 27 | 0 | 13 | 305 | 113 | 66 |
| Binary | 110010 | 10101111 | 11100010 | 1001110 | 10111 | 0 | 1011 | 11000101 | 1001011 | 110110 |
Color Harmonies of #32AFE2
Complementary color
Monochromatic Colors of #32AFE2
Black with #32AFE2
Text Example
Text Example
White with #32AFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFE2; }
p { color: rgb(50,175,226); }
H1.HeaderClassName
{
color: #32AFE2;
}
.AnyTagClassName
{
color: #32AFE2;
}
</style>
background-color css
<style>
a { background-color: #32AFE2; }
a { background-color: rgb(50,175,226); }
div.DivClassName
{
background-color: #32AFE2;
}
.BgClassName
{
background-color: #32AFE2;
}
</style>
border-color css
<style>
span { border-color: #32AFE2; }
span { border-color: rgb(50,175,226); }
td.TdClassName
{
border-color: #32AFE2;
}
.TagClassName
{
border-color: #32AFE2;
}
</style>