Shades of Malibu #50AFDF
Tints of Malibu #50AFDF
RGB
CMYK
RGB Variations
Color information
#50AFDF (or 0x50AFDF) is known color: Malibu. HEX triplet: 50, AF and DF. RGB value is (80,175,223). Sum of RGB (Red+Green+Blue) = 80+175+223=478 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.74% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #50AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFDF is #AF5020. Grayscale: #979797. Windows color (decimal): -11489313 or 14659408. OLE color: 14659408.
HSL color Cylindrical-coordinate representation of color #50AFDF: hue angle of 200.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50AFDF is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 175 | 223 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.14º | 0.69% | 0.59% | - |
| HSV(B) | 200.14º | 0.64% | 0.87% | - |
| XYZ | 31.96 | 37.69 | 75.4 | - |
| YUV | 152.07 | 168.03 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 223 | 0.64 | 0.22 | 0 | 0.13 | 200.14 | 0.69 | 0.59 |
| Hex | 50 | AF | DF | 40 | 16 | 0 | D | C8 | 45 | 3B |
| Octal | 120 | 257 | 337 | 100 | 26 | 0 | 15 | 310 | 105 | 73 |
| Binary | 1010000 | 10101111 | 11011111 | 1000000 | 10110 | 0 | 1101 | 11001000 | 1000101 | 111011 |
Color Harmonies of #50AFDF
Complementary color
Monochromatic Colors of #50AFDF
Black with #50AFDF
Text Example
Text Example
White with #50AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AFDF; }
p { color: rgb(80,175,223); }
H1.HeaderClassName
{
color: #50AFDF;
}
.AnyTagClassName
{
color: #50AFDF;
}
</style>
background-color css
<style>
a { background-color: #50AFDF; }
a { background-color: rgb(80,175,223); }
div.DivClassName
{
background-color: #50AFDF;
}
.BgClassName
{
background-color: #50AFDF;
}
</style>
border-color css
<style>
span { border-color: #50AFDF; }
span { border-color: rgb(80,175,223); }
td.TdClassName
{
border-color: #50AFDF;
}
.TagClassName
{
border-color: #50AFDF;
}
</style>