Shades of Malibu #51AFDF
Tints of Malibu #51AFDF
RGB
CMYK
RGB Variations
Color information
#51AFDF (or 0x51AFDF) is known color: Malibu. HEX triplet: 51, AF and DF. RGB value is (81,175,223). Sum of RGB (Red+Green+Blue) = 81+175+223=479 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.91% from 479); Green value is 175 (68.75% from 255 or 36.53% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #51AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AFDF is #AE5020. Grayscale: #989898. Windows color (decimal): -11423777 or 14659409. OLE color: 14659409.
HSL color Cylindrical-coordinate representation of color #51AFDF: hue angle of 200.28º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51AFDF is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 175 | 223 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.13 |
| HSL | 200.28º | 0.69% | 0.6% | - |
| HSV(B) | 200.28º | 0.64% | 0.87% | - |
| XYZ | 32.04 | 37.74 | 75.41 | - |
| YUV | 152.37 | 167.86 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 175 | 223 | 0.64 | 0.22 | 0 | 0.13 | 200.28 | 0.69 | 0.6 |
| Hex | 51 | AF | DF | 40 | 16 | 0 | D | C8 | 45 | 3C |
| Octal | 121 | 257 | 337 | 100 | 26 | 0 | 15 | 310 | 105 | 74 |
| Binary | 1010001 | 10101111 | 11011111 | 1000000 | 10110 | 0 | 1101 | 11001000 | 1000101 | 111100 |
Color Harmonies of #51AFDF
Complementary color
Monochromatic Colors of #51AFDF
Black with #51AFDF
Text Example
Text Example
White with #51AFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AFDF; }
p { color: rgb(81,175,223); }
H1.HeaderClassName
{
color: #51AFDF;
}
.AnyTagClassName
{
color: #51AFDF;
}
</style>
background-color css
<style>
a { background-color: #51AFDF; }
a { background-color: rgb(81,175,223); }
div.DivClassName
{
background-color: #51AFDF;
}
.BgClassName
{
background-color: #51AFDF;
}
</style>
border-color css
<style>
span { border-color: #51AFDF; }
span { border-color: rgb(81,175,223); }
td.TdClassName
{
border-color: #51AFDF;
}
.TagClassName
{
border-color: #51AFDF;
}
</style>