Shades of Summer Sky #32BFF7
Tints of Summer Sky #32BFF7
RGB
CMYK
RGB Variations
Color information
#32BFF7 (or 0x32BFF7) is known color: Summer Sky. HEX triplet: 32, BF and F7. RGB value is (50,191,247). Sum of RGB (Red+Green+Blue) = 50+191+247=488 (64% of max value = 765). Red value is 50 (19.92% from 255 or 10.25% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #32BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #32BFF7 is #CD4008. Grayscale: #9A9A9A. Windows color (decimal): -13451273 or 16236338. OLE color: 16236338.
HSL color Cylindrical-coordinate representation of color #32BFF7: hue angle of 197.06º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32BFF7 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 50 | 191 | 247 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.03 |
| HSL | 197.06º | 0.92% | 0.58% | - |
| HSV(B) | 197.06º | 0.8% | 0.97% | - |
| XYZ | 36.73 | 44.66 | 94.68 | - |
| YUV | 155.23 | 179.79 | 52.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 191 | 247 | 0.80 | 0.23 | 0 | 0.03 | 197.06 | 0.92 | 0.58 |
| Hex | 32 | BF | F7 | 50 | 17 | 0 | 3 | C5 | 5C | 3A |
| Octal | 62 | 277 | 367 | 120 | 27 | 0 | 3 | 305 | 134 | 72 |
| Binary | 110010 | 10111111 | 11110111 | 1010000 | 10111 | 0 | 11 | 11000101 | 1011100 | 111010 |
Color Harmonies of #32BFF7
Complementary color
Monochromatic Colors of #32BFF7
Black with #32BFF7
Text Example
Text Example
White with #32BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BFF7; }
p { color: rgb(50,191,247); }
H1.HeaderClassName
{
color: #32BFF7;
}
.AnyTagClassName
{
color: #32BFF7;
}
</style>
background-color css
<style>
a { background-color: #32BFF7; }
a { background-color: rgb(50,191,247); }
div.DivClassName
{
background-color: #32BFF7;
}
.BgClassName
{
background-color: #32BFF7;
}
</style>
border-color css
<style>
span { border-color: #32BFF7; }
span { border-color: rgb(50,191,247); }
td.TdClassName
{
border-color: #32BFF7;
}
.TagClassName
{
border-color: #32BFF7;
}
</style>