Shades of Malibu #51ADEA
Tints of Malibu #51ADEA
RGB
CMYK
RGB Variations
Color information
#51ADEA (or 0x51ADEA) is known color: Malibu. HEX triplet: 51, AD and EA. RGB value is (81,173,234). Sum of RGB (Red+Green+Blue) = 81+173+234=488 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.60% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #51ADEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #51ADEA is #AE5215. Grayscale: #989898. Windows color (decimal): -11424278 or 15379793. OLE color: 15379793.
HSL color Cylindrical-coordinate representation of color #51ADEA: hue angle of 203.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51ADEA is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 81 | 173 | 234 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.08 |
| HSL | 203.92º | 0.78% | 0.62% | - |
| HSV(B) | 203.92º | 0.65% | 0.92% | - |
| XYZ | 33.19 | 37.58 | 83.35 | - |
| YUV | 152.45 | 174.02 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 234 | 0.65 | 0.26 | 0 | 0.08 | 203.92 | 0.78 | 0.62 |
| Hex | 51 | AD | EA | 41 | 1A | 0 | 8 | CC | 4E | 3E |
| Octal | 121 | 255 | 352 | 101 | 32 | 0 | 10 | 314 | 116 | 76 |
| Binary | 1010001 | 10101101 | 11101010 | 1000001 | 11010 | 0 | 1000 | 11001100 | 1001110 | 111110 |
Color Harmonies of #51ADEA
Complementary color
Monochromatic Colors of #51ADEA
Black with #51ADEA
Text Example
Text Example
White with #51ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADEA; }
p { color: rgb(81,173,234); }
H1.HeaderClassName
{
color: #51ADEA;
}
.AnyTagClassName
{
color: #51ADEA;
}
</style>
background-color css
<style>
a { background-color: #51ADEA; }
a { background-color: rgb(81,173,234); }
div.DivClassName
{
background-color: #51ADEA;
}
.BgClassName
{
background-color: #51ADEA;
}
</style>
border-color css
<style>
span { border-color: #51ADEA; }
span { border-color: rgb(81,173,234); }
td.TdClassName
{
border-color: #51ADEA;
}
.TagClassName
{
border-color: #51ADEA;
}
</style>