Shades of Summer Sky #32AFFF
Tints of Summer Sky #32AFFF
RGB
CMYK
RGB Variations
Color information
#32AFFF (or 0x32AFFF) is known color: Summer Sky. HEX triplet: 32, AF and FF. RGB value is (50,175,255). Sum of RGB (Red+Green+Blue) = 50+175+255=480 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.42% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #32AFFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32AFFF is #CD5000. Grayscale: #929292. Windows color (decimal): -13455361 or 16756530. OLE color: 16756530.
HSL color Cylindrical-coordinate representation of color #32AFFF: hue angle of 203.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AFFF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 175 | 255 | - |
| CMYK | 0.80 | 0.31 | 0 | 0 |
| HSL | 203.41º | 1% | 0.6% | - |
| HSV(B) | 203.41º | 0.8% | 1% | - |
| XYZ | 34.7 | 38.56 | 100.22 | - |
| YUV | 146.75 | 189.09 | 59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 255 | 0.80 | 0.31 | 0 | 0 | 203.41 | 1 | 0.6 |
| Hex | 32 | AF | FF | 50 | 1F | 0 | 0 | CB | 64 | 3C |
| Octal | 62 | 257 | 377 | 120 | 37 | 0 | 0 | 313 | 144 | 74 |
| Binary | 110010 | 10101111 | 11111111 | 1010000 | 11111 | 0 | 0 | 11001011 | 1100100 | 111100 |
Color Harmonies of #32AFFF
Complementary color
Monochromatic Colors of #32AFFF
Black with #32AFFF
Text Example
Text Example
White with #32AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AFFF; }
p { color: rgb(50,175,255); }
H1.HeaderClassName
{
color: #32AFFF;
}
.AnyTagClassName
{
color: #32AFFF;
}
</style>
background-color css
<style>
a { background-color: #32AFFF; }
a { background-color: rgb(50,175,255); }
div.DivClassName
{
background-color: #32AFFF;
}
.BgClassName
{
background-color: #32AFFF;
}
</style>
border-color css
<style>
span { border-color: #32AFFF; }
span { border-color: rgb(50,175,255); }
td.TdClassName
{
border-color: #32AFFF;
}
.TagClassName
{
border-color: #32AFFF;
}
</style>