Shades of Malibu #50AEFE
Tints of Malibu #50AEFE
RGB
CMYK
RGB Variations
Color information
#50AEFE (or 0x50AEFE) is known color: Malibu. HEX triplet: 50, AE and FE. RGB value is (80,174,254). Sum of RGB (Red+Green+Blue) = 80+174+254=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #50AEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEFE is #AF5101. Grayscale: #9A9A9A. Windows color (decimal): -11489538 or 16690768. OLE color: 16690768.
HSL color Cylindrical-coordinate representation of color #50AEFE: hue angle of 207.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50AEFE is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 80 | 174 | 254 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.00 |
| HSL | 207.59º | 0.99% | 0.65% | - |
| HSV(B) | 207.59º | 0.69% | 1% | - |
| XYZ | 36.33 | 39.13 | 99.4 | - |
| YUV | 155.01 | 183.86 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 254 | 0.69 | 0.31 | 0 | 0.00 | 207.59 | 0.99 | 0.65 |
| Hex | 50 | AE | FE | 45 | 1F | 0 | 0 | D0 | 63 | 41 |
| Octal | 120 | 256 | 376 | 105 | 37 | 0 | 0 | 320 | 143 | 101 |
| Binary | 1010000 | 10101110 | 11111110 | 1000101 | 11111 | 0 | 0 | 11010000 | 1100011 | 1000001 |
Color Harmonies of #50AEFE
Complementary color
Monochromatic Colors of #50AEFE
Black with #50AEFE
Text Example
Text Example
White with #50AEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AEFE; }
p { color: rgb(80,174,254); }
H1.HeaderClassName
{
color: #50AEFE;
}
.AnyTagClassName
{
color: #50AEFE;
}
</style>
background-color css
<style>
a { background-color: #50AEFE; }
a { background-color: rgb(80,174,254); }
div.DivClassName
{
background-color: #50AEFE;
}
.BgClassName
{
background-color: #50AEFE;
}
</style>
border-color css
<style>
span { border-color: #50AEFE; }
span { border-color: rgb(80,174,254); }
td.TdClassName
{
border-color: #50AEFE;
}
.TagClassName
{
border-color: #50AEFE;
}
</style>