Shades of Malibu #50BFF7
Tints of Malibu #50BFF7
RGB
CMYK
RGB Variations
Color information
#50BFF7 (or 0x50BFF7) is known color: Malibu. HEX triplet: 50, BF and F7. RGB value is (80,191,247). Sum of RGB (Red+Green+Blue) = 80+191+247=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #50BFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFF7 is #AF4008. Grayscale: #A3A3A3. Windows color (decimal): -11485193 or 16236368. OLE color: 16236368.
HSL color Cylindrical-coordinate representation of color #50BFF7: hue angle of 200.12º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BFF7 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 191 | 247 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.03 |
| HSL | 200.12º | 0.91% | 0.64% | - |
| HSV(B) | 200.12º | 0.68% | 0.97% | - |
| XYZ | 38.73 | 45.68 | 94.77 | - |
| YUV | 164.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 247 | 0.68 | 0.23 | 0 | 0.03 | 200.12 | 0.91 | 0.64 |
| Hex | 50 | BF | F7 | 44 | 17 | 0 | 3 | C8 | 5B | 40 |
| Octal | 120 | 277 | 367 | 104 | 27 | 0 | 3 | 310 | 133 | 100 |
| Binary | 1010000 | 10111111 | 11110111 | 1000100 | 10111 | 0 | 11 | 11001000 | 1011011 | 1000000 |
Color Harmonies of #50BFF7
Complementary color
Monochromatic Colors of #50BFF7
Black with #50BFF7
Text Example
Text Example
White with #50BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFF7; }
p { color: rgb(80,191,247); }
H1.HeaderClassName
{
color: #50BFF7;
}
.AnyTagClassName
{
color: #50BFF7;
}
</style>
background-color css
<style>
a { background-color: #50BFF7; }
a { background-color: rgb(80,191,247); }
div.DivClassName
{
background-color: #50BFF7;
}
.BgClassName
{
background-color: #50BFF7;
}
</style>
border-color css
<style>
span { border-color: #50BFF7; }
span { border-color: rgb(80,191,247); }
td.TdClassName
{
border-color: #50BFF7;
}
.TagClassName
{
border-color: #50BFF7;
}
</style>