Shades of Summer Sky #32ABFB
Tints of Summer Sky #32ABFB
RGB
CMYK
RGB Variations
Color information
#32ABFB (or 0x32ABFB) is known color: Summer Sky. HEX triplet: 32, AB and FB. RGB value is (50,171,251). Sum of RGB (Red+Green+Blue) = 50+171+251=472 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.59% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #32ABFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABFB is #CD5404. Grayscale: #8F8F8F. Windows color (decimal): -13456389 or 16493362. OLE color: 16493362.
HSL color Cylindrical-coordinate representation of color #32ABFB: hue angle of 203.88º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32ABFB is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 171 | 251 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.02 |
| HSL | 203.88º | 0.96% | 0.59% | - |
| HSV(B) | 203.88º | 0.8% | 0.98% | - |
| XYZ | 33.29 | 36.77 | 96.61 | - |
| YUV | 143.94 | 188.41 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 251 | 0.80 | 0.32 | 0 | 0.02 | 203.88 | 0.96 | 0.59 |
| Hex | 32 | AB | FB | 50 | 20 | 0 | 2 | CC | 60 | 3B |
| Octal | 62 | 253 | 373 | 120 | 40 | 0 | 2 | 314 | 140 | 73 |
| Binary | 110010 | 10101011 | 11111011 | 1010000 | 100000 | 0 | 10 | 11001100 | 1100000 | 111011 |
Color Harmonies of #32ABFB
Complementary color
Monochromatic Colors of #32ABFB
Black with #32ABFB
Text Example
Text Example
White with #32ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABFB; }
p { color: rgb(50,171,251); }
H1.HeaderClassName
{
color: #32ABFB;
}
.AnyTagClassName
{
color: #32ABFB;
}
</style>
background-color css
<style>
a { background-color: #32ABFB; }
a { background-color: rgb(50,171,251); }
div.DivClassName
{
background-color: #32ABFB;
}
.BgClassName
{
background-color: #32ABFB;
}
</style>
border-color css
<style>
span { border-color: #32ABFB; }
span { border-color: rgb(50,171,251); }
td.TdClassName
{
border-color: #32ABFB;
}
.TagClassName
{
border-color: #32ABFB;
}
</style>