Shades of Summer Sky #32AFE9
Tints of Summer Sky #32AFE9
RGB
CMYK
RGB Variations
Color information
#32AFE9 (or 0x32AFE9) is known color: Summer Sky. HEX triplet: 32, AF and E9. RGB value is (50,175,233). Sum of RGB (Red+Green+Blue) = 50+175+233=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #32AFE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AFE9 is #CD5016. Grayscale: #8F8F8F. Windows color (decimal): -13455383 or 15314738. OLE color: 15314738.
HSL color Cylindrical-coordinate representation of color #32AFE9: hue angle of 199.02º 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 #32AFE9 is Cyan = 0.79, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 50 | 175 | 233 | - |
| CMYK | 0.79 | 0.25 | 0 | 0.09 |
| HSL | 199.02º | 0.81% | 0.55% | - |
| HSV(B) | 199.02º | 0.79% | 0.91% | - |
| XYZ | 31.35 | 37.22 | 82.62 | - |
| YUV | 144.24 | 178.09 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 233 | 0.79 | 0.25 | 0 | 0.09 | 199.02 | 0.81 | 0.55 |
| Hex | 32 | AF | E9 | 4F | 19 | 0 | 9 | C7 | 51 | 37 |
| Octal | 62 | 257 | 351 | 117 | 31 | 0 | 11 | 307 | 121 | 67 |
| Binary | 110010 | 10101111 | 11101001 | 1001111 | 11001 | 0 | 1001 | 11000111 | 1010001 | 110111 |
Color Harmonies of #32AFE9
Complementary color
Monochromatic Colors of #32AFE9
Black with #32AFE9
Text Example
Text Example
White with #32AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFE9; }
p { color: rgb(50,175,233); }
H1.HeaderClassName
{
color: #32AFE9;
}
.AnyTagClassName
{
color: #32AFE9;
}
</style>
background-color css
<style>
a { background-color: #32AFE9; }
a { background-color: rgb(50,175,233); }
div.DivClassName
{
background-color: #32AFE9;
}
.BgClassName
{
background-color: #32AFE9;
}
</style>
border-color css
<style>
span { border-color: #32AFE9; }
span { border-color: rgb(50,175,233); }
td.TdClassName
{
border-color: #32AFE9;
}
.TagClassName
{
border-color: #32AFE9;
}
</style>