Shades of Summer Sky #32BAFC
Tints of Summer Sky #32BAFC
RGB
CMYK
RGB Variations
Color information
#32BAFC (or 0x32BAFC) is known color: Summer Sky. HEX triplet: 32, BA and FC. RGB value is (50,186,252). Sum of RGB (Red+Green+Blue) = 50+186+252=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #32BAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BAFC is #CD4503. Grayscale: #989898. Windows color (decimal): -13452548 or 16562738. OLE color: 16562738.
HSL color Cylindrical-coordinate representation of color #32BAFC: hue angle of 199.6º 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 #32BAFC is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 50 | 186 | 252 | - |
| CMYK | 0.80 | 0.26 | 0 | 0.01 |
| HSL | 199.6º | 0.97% | 0.59% | - |
| HSV(B) | 199.6º | 0.8% | 0.99% | - |
| XYZ | 36.44 | 42.82 | 98.44 | - |
| YUV | 152.86 | 183.94 | 54.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 252 | 0.80 | 0.26 | 0 | 0.01 | 199.6 | 0.97 | 0.59 |
| Hex | 32 | BA | FC | 50 | 1A | 0 | 1 | C8 | 61 | 3B |
| Octal | 62 | 272 | 374 | 120 | 32 | 0 | 1 | 310 | 141 | 73 |
| Binary | 110010 | 10111010 | 11111100 | 1010000 | 11010 | 0 | 1 | 11001000 | 1100001 | 111011 |
Color Harmonies of #32BAFC
Complementary color
Monochromatic Colors of #32BAFC
Black with #32BAFC
Text Example
Text Example
White with #32BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BAFC; }
p { color: rgb(50,186,252); }
H1.HeaderClassName
{
color: #32BAFC;
}
.AnyTagClassName
{
color: #32BAFC;
}
</style>
background-color css
<style>
a { background-color: #32BAFC; }
a { background-color: rgb(50,186,252); }
div.DivClassName
{
background-color: #32BAFC;
}
.BgClassName
{
background-color: #32BAFC;
}
</style>
border-color css
<style>
span { border-color: #32BAFC; }
span { border-color: rgb(50,186,252); }
td.TdClassName
{
border-color: #32BAFC;
}
.TagClassName
{
border-color: #32BAFC;
}
</style>