Shades of Summer Sky #32ADFF
Tints of Summer Sky #32ADFF
RGB
CMYK
RGB Variations
Color information
#32ADFF (or 0x32ADFF) is known color: Summer Sky. HEX triplet: 32, AD and FF. RGB value is (50,173,255). Sum of RGB (Red+Green+Blue) = 50+173+255=478 (63% of max value = 765). Red value is 50 (19.92% from 255 or 10.46% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #32ADFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ADFF is #CD5200. Grayscale: #919191. Windows color (decimal): -13455873 or 16756018. OLE color: 16756018.
HSL color Cylindrical-coordinate representation of color #32ADFF: hue angle of 204º 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 #32ADFF is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 50 | 173 | 255 | - |
| CMYK | 0.80 | 0.32 | 0 | 0 |
| HSL | 204º | 1% | 0.6% | - |
| HSV(B) | 204º | 0.8% | 1% | - |
| XYZ | 34.31 | 37.79 | 100.09 | - |
| YUV | 145.57 | 189.75 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 255 | 0.80 | 0.32 | 0 | 0 | 204 | 1 | 0.6 |
| Hex | 32 | AD | FF | 50 | 20 | 0 | 0 | CC | 64 | 3C |
| Octal | 62 | 255 | 377 | 120 | 40 | 0 | 0 | 314 | 144 | 74 |
| Binary | 110010 | 10101101 | 11111111 | 1010000 | 100000 | 0 | 0 | 11001100 | 1100100 | 111100 |
Color Harmonies of #32ADFF
Complementary color
Monochromatic Colors of #32ADFF
Black with #32ADFF
Text Example
Text Example
White with #32ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADFF; }
p { color: rgb(50,173,255); }
H1.HeaderClassName
{
color: #32ADFF;
}
.AnyTagClassName
{
color: #32ADFF;
}
</style>
background-color css
<style>
a { background-color: #32ADFF; }
a { background-color: rgb(50,173,255); }
div.DivClassName
{
background-color: #32ADFF;
}
.BgClassName
{
background-color: #32ADFF;
}
</style>
border-color css
<style>
span { border-color: #32ADFF; }
span { border-color: rgb(50,173,255); }
td.TdClassName
{
border-color: #32ADFF;
}
.TagClassName
{
border-color: #32ADFF;
}
</style>