Shades of Malibu #50BFF3
Tints of Malibu #50BFF3
RGB
CMYK
RGB Variations
Color information
#50BFF3 (or 0x50BFF3) is known color: Malibu. HEX triplet: 50, BF and F3. RGB value is (80,191,243). Sum of RGB (Red+Green+Blue) = 80+191+243=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #50BFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFF3 is #AF400C. Grayscale: #A3A3A3. Windows color (decimal): -11485197 or 15974224. OLE color: 15974224.
HSL color Cylindrical-coordinate representation of color #50BFF3: hue angle of 199.14º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BFF3 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 191 | 243 | - |
| CMYK | 0.67 | 0.21 | 0 | 0.05 |
| HSL | 199.14º | 0.87% | 0.63% | - |
| HSV(B) | 199.14º | 0.67% | 0.95% | - |
| XYZ | 38.12 | 45.44 | 91.56 | - |
| YUV | 163.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 243 | 0.67 | 0.21 | 0 | 0.05 | 199.14 | 0.87 | 0.63 |
| Hex | 50 | BF | F3 | 43 | 15 | 0 | 5 | C7 | 57 | 3F |
| Octal | 120 | 277 | 363 | 103 | 25 | 0 | 5 | 307 | 127 | 77 |
| Binary | 1010000 | 10111111 | 11110011 | 1000011 | 10101 | 0 | 101 | 11000111 | 1010111 | 111111 |
Color Harmonies of #50BFF3
Complementary color
Monochromatic Colors of #50BFF3
Black with #50BFF3
Text Example
Text Example
White with #50BFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BFF3; }
p { color: rgb(80,191,243); }
H1.HeaderClassName
{
color: #50BFF3;
}
.AnyTagClassName
{
color: #50BFF3;
}
</style>
background-color css
<style>
a { background-color: #50BFF3; }
a { background-color: rgb(80,191,243); }
div.DivClassName
{
background-color: #50BFF3;
}
.BgClassName
{
background-color: #50BFF3;
}
</style>
border-color css
<style>
span { border-color: #50BFF3; }
span { border-color: rgb(80,191,243); }
td.TdClassName
{
border-color: #50BFF3;
}
.TagClassName
{
border-color: #50BFF3;
}
</style>