Shades of Malibu #65AEE5
Tints of Malibu #65AEE5
RGB
CMYK
RGB Variations
Color information
#65AEE5 (or 0x65AEE5) is known color: Malibu. HEX triplet: 65, AE and E5. RGB value is (101,174,229). Sum of RGB (Red+Green+Blue) = 101+174+229=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #65AEE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEE5 is #9A511A. Grayscale: #9E9E9E. Windows color (decimal): -10113307 or 15052389. OLE color: 15052389.
HSL color Cylindrical-coordinate representation of color #65AEE5: hue angle of 205.78º 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 #65AEE5 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 174 | 229 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.10 |
| HSL | 205.78º | 0.71% | 0.65% | - |
| HSV(B) | 205.78º | 0.56% | 0.9% | - |
| XYZ | 34.65 | 38.7 | 79.77 | - |
| YUV | 158.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 229 | 0.56 | 0.24 | 0 | 0.10 | 205.78 | 0.71 | 0.65 |
| Hex | 65 | AE | E5 | 38 | 18 | 0 | A | CE | 47 | 41 |
| Octal | 145 | 256 | 345 | 70 | 30 | 0 | 12 | 316 | 107 | 101 |
| Binary | 1100101 | 10101110 | 11100101 | 111000 | 11000 | 0 | 1010 | 11001110 | 1000111 | 1000001 |
Color Harmonies of #65AEE5
Complementary color
Monochromatic Colors of #65AEE5
Black with #65AEE5
Text Example
Text Example
White with #65AEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEE5; }
p { color: rgb(101,174,229); }
H1.HeaderClassName
{
color: #65AEE5;
}
.AnyTagClassName
{
color: #65AEE5;
}
</style>
background-color css
<style>
a { background-color: #65AEE5; }
a { background-color: rgb(101,174,229); }
div.DivClassName
{
background-color: #65AEE5;
}
.BgClassName
{
background-color: #65AEE5;
}
</style>
border-color css
<style>
span { border-color: #65AEE5; }
span { border-color: rgb(101,174,229); }
td.TdClassName
{
border-color: #65AEE5;
}
.TagClassName
{
border-color: #65AEE5;
}
</style>