Shades of Summer Sky #32AFCE
Tints of Summer Sky #32AFCE
RGB
CMYK
RGB Variations
Color information
#32AFCE (or 0x32AFCE) is known color: Summer Sky. HEX triplet: 32, AF and CE. RGB value is (50,175,206). Sum of RGB (Red+Green+Blue) = 50+175+206=431 (57% of max value = 765). Red value is 50 (19.92% from 255 or 11.60% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #32AFCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32AFCE is #CD5031. Grayscale: #8C8C8C. Windows color (decimal): -13455410 or 13545266. OLE color: 13545266.
HSL color Cylindrical-coordinate representation of color #32AFCE: hue angle of 191.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32AFCE is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 175 | 206 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.19 |
| HSL | 191.92º | 0.61% | 0.5% | - |
| HSV(B) | 191.92º | 0.76% | 0.81% | - |
| XYZ | 27.79 | 35.79 | 63.84 | - |
| YUV | 141.16 | 164.59 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 206 | 0.76 | 0.15 | 0 | 0.19 | 191.92 | 0.61 | 0.5 |
| Hex | 32 | AF | CE | 4C | F | 0 | 13 | C0 | 3D | 32 |
| Octal | 62 | 257 | 316 | 114 | 17 | 0 | 23 | 300 | 75 | 62 |
| Binary | 110010 | 10101111 | 11001110 | 1001100 | 1111 | 0 | 10011 | 11000000 | 111101 | 110010 |
Color Harmonies of #32AFCE
Complementary color
Monochromatic Colors of #32AFCE
Black with #32AFCE
Text Example
Text Example
White with #32AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFCE; }
p { color: rgb(50,175,206); }
H1.HeaderClassName
{
color: #32AFCE;
}
.AnyTagClassName
{
color: #32AFCE;
}
</style>
background-color css
<style>
a { background-color: #32AFCE; }
a { background-color: rgb(50,175,206); }
div.DivClassName
{
background-color: #32AFCE;
}
.BgClassName
{
background-color: #32AFCE;
}
</style>
border-color css
<style>
span { border-color: #32AFCE; }
span { border-color: rgb(50,175,206); }
td.TdClassName
{
border-color: #32AFCE;
}
.TagClassName
{
border-color: #32AFCE;
}
</style>