Shades of Summer Sky #32ABFC
Tints of Summer Sky #32ABFC
RGB
CMYK
RGB Variations
Color information
#32ABFC (or 0x32ABFC) is known color: Summer Sky. HEX triplet: 32, AB and FC. RGB value is (50,171,252). Sum of RGB (Red+Green+Blue) = 50+171+252=473 (62% of max value = 765). Red value is 50 (19.92% from 255 or 10.57% from 473); Green value is 171 (67.19% from 255 or 36.15% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #32ABFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #32ABFC is #CD5403. Grayscale: #8F8F8F. Windows color (decimal): -13456388 or 16558898. OLE color: 16558898.
HSL color Cylindrical-coordinate representation of color #32ABFC: hue angle of 204.06º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32ABFC is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 171 | 252 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.01 |
| HSL | 204.06º | 0.97% | 0.59% | - |
| HSV(B) | 204.06º | 0.8% | 0.99% | - |
| XYZ | 33.45 | 36.83 | 97.44 | - |
| YUV | 144.06 | 188.91 | 60.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 252 | 0.80 | 0.32 | 0 | 0.01 | 204.06 | 0.97 | 0.59 |
| Hex | 32 | AB | FC | 50 | 20 | 0 | 1 | CC | 61 | 3B |
| Octal | 62 | 253 | 374 | 120 | 40 | 0 | 1 | 314 | 141 | 73 |
| Binary | 110010 | 10101011 | 11111100 | 1010000 | 100000 | 0 | 1 | 11001100 | 1100001 | 111011 |
Color Harmonies of #32ABFC
Complementary color
Monochromatic Colors of #32ABFC
Black with #32ABFC
Text Example
Text Example
White with #32ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABFC; }
p { color: rgb(50,171,252); }
H1.HeaderClassName
{
color: #32ABFC;
}
.AnyTagClassName
{
color: #32ABFC;
}
</style>
background-color css
<style>
a { background-color: #32ABFC; }
a { background-color: rgb(50,171,252); }
div.DivClassName
{
background-color: #32ABFC;
}
.BgClassName
{
background-color: #32ABFC;
}
</style>
border-color css
<style>
span { border-color: #32ABFC; }
span { border-color: rgb(50,171,252); }
td.TdClassName
{
border-color: #32ABFC;
}
.TagClassName
{
border-color: #32ABFC;
}
</style>