Shades of Malibu #51ADE3
Tints of Malibu #51ADE3
RGB
CMYK
RGB Variations
Color information
#51ADE3 (or 0x51ADE3) is known color: Malibu. HEX triplet: 51, AD and E3. RGB value is (81,173,227). Sum of RGB (Red+Green+Blue) = 81+173+227=481 (63% of max value = 765). Red value is 81 (32.03% from 255 or 16.84% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #51ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ADE3 is #AE521C. Grayscale: #979797. Windows color (decimal): -11424285 or 14921041. OLE color: 14921041.
HSL color Cylindrical-coordinate representation of color #51ADE3: hue angle of 202.19º degrees, saturation: 0.72, 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 #51ADE3 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 81 | 173 | 227 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.11 |
| HSL | 202.19º | 0.72% | 0.6% | - |
| HSV(B) | 202.19º | 0.64% | 0.89% | - |
| XYZ | 32.2 | 37.18 | 78.15 | - |
| YUV | 151.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 227 | 0.64 | 0.24 | 0 | 0.11 | 202.19 | 0.72 | 0.6 |
| Hex | 51 | AD | E3 | 40 | 18 | 0 | B | CA | 48 | 3C |
| Octal | 121 | 255 | 343 | 100 | 30 | 0 | 13 | 312 | 110 | 74 |
| Binary | 1010001 | 10101101 | 11100011 | 1000000 | 11000 | 0 | 1011 | 11001010 | 1001000 | 111100 |
Color Harmonies of #51ADE3
Complementary color
Monochromatic Colors of #51ADE3
Black with #51ADE3
Text Example
Text Example
White with #51ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51ADE3; }
p { color: rgb(81,173,227); }
H1.HeaderClassName
{
color: #51ADE3;
}
.AnyTagClassName
{
color: #51ADE3;
}
</style>
background-color css
<style>
a { background-color: #51ADE3; }
a { background-color: rgb(81,173,227); }
div.DivClassName
{
background-color: #51ADE3;
}
.BgClassName
{
background-color: #51ADE3;
}
</style>
border-color css
<style>
span { border-color: #51ADE3; }
span { border-color: rgb(81,173,227); }
td.TdClassName
{
border-color: #51ADE3;
}
.TagClassName
{
border-color: #51ADE3;
}
</style>