Shades of Malibu #65AEE0
Tints of Malibu #65AEE0
RGB
CMYK
RGB Variations
Color information
#65AEE0 (or 0x65AEE0) is known color: Malibu. HEX triplet: 65, AE and E0. RGB value is (101,174,224). Sum of RGB (Red+Green+Blue) = 101+174+224=499 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.24% from 499); Green value is 174 (68.36% from 255 or 34.87% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #65AEE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEE0 is #9A511F. Grayscale: #9D9D9D. Windows color (decimal): -10113312 or 14724709. OLE color: 14724709.
HSL color Cylindrical-coordinate representation of color #65AEE0: hue angle of 204.39º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65AEE0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 174 | 224 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.12 |
| HSL | 204.39º | 0.66% | 0.64% | - |
| HSV(B) | 204.39º | 0.55% | 0.88% | - |
| XYZ | 33.96 | 38.42 | 76.15 | - |
| YUV | 157.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 224 | 0.55 | 0.22 | 0 | 0.12 | 204.39 | 0.66 | 0.64 |
| Hex | 65 | AE | E0 | 37 | 16 | 0 | C | CC | 42 | 40 |
| Octal | 145 | 256 | 340 | 67 | 26 | 0 | 14 | 314 | 102 | 100 |
| Binary | 1100101 | 10101110 | 11100000 | 110111 | 10110 | 0 | 1100 | 11001100 | 1000010 | 1000000 |
Color Harmonies of #65AEE0
Complementary color
Monochromatic Colors of #65AEE0
Black with #65AEE0
Text Example
Text Example
White with #65AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEE0; }
p { color: rgb(101,174,224); }
H1.HeaderClassName
{
color: #65AEE0;
}
.AnyTagClassName
{
color: #65AEE0;
}
</style>
background-color css
<style>
a { background-color: #65AEE0; }
a { background-color: rgb(101,174,224); }
div.DivClassName
{
background-color: #65AEE0;
}
.BgClassName
{
background-color: #65AEE0;
}
</style>
border-color css
<style>
span { border-color: #65AEE0; }
span { border-color: rgb(101,174,224); }
td.TdClassName
{
border-color: #65AEE0;
}
.TagClassName
{
border-color: #65AEE0;
}
</style>