Shades of Summer Sky #32AFEB
Tints of Summer Sky #32AFEB
RGB
CMYK
RGB Variations
Color information
#32AFEB (or 0x32AFEB) is known color: Summer Sky. HEX triplet: 32, AF and EB. RGB value is (50,175,235). Sum of RGB (Red+Green+Blue) = 50+175+235=460 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.87% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #32AFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AFEB is #CD5014. Grayscale: #909090. Windows color (decimal): -13455381 or 15445810. OLE color: 15445810.
HSL color Cylindrical-coordinate representation of color #32AFEB: hue angle of 199.46º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32AFEB is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 175 | 235 | - |
| CMYK | 0.79 | 0.26 | 0 | 0.08 |
| HSL | 199.46º | 0.82% | 0.56% | - |
| HSV(B) | 199.46º | 0.79% | 0.92% | - |
| XYZ | 31.64 | 37.34 | 84.14 | - |
| YUV | 144.47 | 179.09 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 235 | 0.79 | 0.26 | 0 | 0.08 | 199.46 | 0.82 | 0.56 |
| Hex | 32 | AF | EB | 4F | 1A | 0 | 8 | C7 | 52 | 38 |
| Octal | 62 | 257 | 353 | 117 | 32 | 0 | 10 | 307 | 122 | 70 |
| Binary | 110010 | 10101111 | 11101011 | 1001111 | 11010 | 0 | 1000 | 11000111 | 1010010 | 111000 |
Color Harmonies of #32AFEB
Complementary color
Monochromatic Colors of #32AFEB
Black with #32AFEB
Text Example
Text Example
White with #32AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFEB; }
p { color: rgb(50,175,235); }
H1.HeaderClassName
{
color: #32AFEB;
}
.AnyTagClassName
{
color: #32AFEB;
}
</style>
background-color css
<style>
a { background-color: #32AFEB; }
a { background-color: rgb(50,175,235); }
div.DivClassName
{
background-color: #32AFEB;
}
.BgClassName
{
background-color: #32AFEB;
}
</style>
border-color css
<style>
span { border-color: #32AFEB; }
span { border-color: rgb(50,175,235); }
td.TdClassName
{
border-color: #32AFEB;
}
.TagClassName
{
border-color: #32AFEB;
}
</style>