Shades of Malibu #65A8E5
Tints of Malibu #65A8E5
RGB
CMYK
RGB Variations
Color information
#65A8E5 (or 0x65A8E5) is known color: Malibu. HEX triplet: 65, A8 and E5. RGB value is (101,168,229). Sum of RGB (Red+Green+Blue) = 101+168+229=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 229 - color contains mainly: blue. Hex color #65A8E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A8E5 is #9A571A. Grayscale: #9A9A9A. Windows color (decimal): -10114843 or 15050853. OLE color: 15050853.
HSL color Cylindrical-coordinate representation of color #65A8E5: hue angle of 208.59º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65A8E5 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 168 | 229 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.10 |
| HSL | 208.59º | 0.71% | 0.65% | - |
| HSV(B) | 208.59º | 0.56% | 0.9% | - |
| XYZ | 33.51 | 36.43 | 79.39 | - |
| YUV | 154.92 | 169.8 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 229 | 0.56 | 0.27 | 0 | 0.10 | 208.59 | 0.71 | 0.65 |
| Hex | 65 | A8 | E5 | 38 | 1B | 0 | A | D1 | 47 | 41 |
| Octal | 145 | 250 | 345 | 70 | 33 | 0 | 12 | 321 | 107 | 101 |
| Binary | 1100101 | 10101000 | 11100101 | 111000 | 11011 | 0 | 1010 | 11010001 | 1000111 | 1000001 |
Color Harmonies of #65A8E5
Complementary color
Monochromatic Colors of #65A8E5
Black with #65A8E5
Text Example
Text Example
White with #65A8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A8E5; }
p { color: rgb(101,168,229); }
H1.HeaderClassName
{
color: #65A8E5;
}
.AnyTagClassName
{
color: #65A8E5;
}
</style>
background-color css
<style>
a { background-color: #65A8E5; }
a { background-color: rgb(101,168,229); }
div.DivClassName
{
background-color: #65A8E5;
}
.BgClassName
{
background-color: #65A8E5;
}
</style>
border-color css
<style>
span { border-color: #65A8E5; }
span { border-color: rgb(101,168,229); }
td.TdClassName
{
border-color: #65A8E5;
}
.TagClassName
{
border-color: #65A8E5;
}
</style>