Shades of Malibu #51ADE2
Tints of Malibu #51ADE2
RGB
CMYK
RGB Variations
Color information
#51ADE2 (or 0x51ADE2) is known color: Malibu. HEX triplet: 51, AD and E2. RGB value is (81,173,226). Sum of RGB (Red+Green+Blue) = 81+173+226=480 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.88% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #51ADE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADE2 is #AE521D. Grayscale: #979797. Windows color (decimal): -11424286 or 14855505. OLE color: 14855505.
HSL color Cylindrical-coordinate representation of color #51ADE2: hue angle of 201.93º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51ADE2 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 173 | 226 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.11 |
| HSL | 201.93º | 0.71% | 0.6% | - |
| HSV(B) | 201.93º | 0.64% | 0.89% | - |
| XYZ | 32.06 | 37.13 | 77.43 | - |
| YUV | 151.53 | 170.02 | 77.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 226 | 0.64 | 0.23 | 0 | 0.11 | 201.93 | 0.71 | 0.6 |
| Hex | 51 | AD | E2 | 40 | 17 | 0 | B | CA | 47 | 3C |
| Octal | 121 | 255 | 342 | 100 | 27 | 0 | 13 | 312 | 107 | 74 |
| Binary | 1010001 | 10101101 | 11100010 | 1000000 | 10111 | 0 | 1011 | 11001010 | 1000111 | 111100 |
Color Harmonies of #51ADE2
Complementary color
Monochromatic Colors of #51ADE2
Black with #51ADE2
Text Example
Text Example
White with #51ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADE2; }
p { color: rgb(81,173,226); }
H1.HeaderClassName
{
color: #51ADE2;
}
.AnyTagClassName
{
color: #51ADE2;
}
</style>
background-color css
<style>
a { background-color: #51ADE2; }
a { background-color: rgb(81,173,226); }
div.DivClassName
{
background-color: #51ADE2;
}
.BgClassName
{
background-color: #51ADE2;
}
</style>
border-color css
<style>
span { border-color: #51ADE2; }
span { border-color: rgb(81,173,226); }
td.TdClassName
{
border-color: #51ADE2;
}
.TagClassName
{
border-color: #51ADE2;
}
</style>