Shades of Malibu #65ADE2
Tints of Malibu #65ADE2
RGB
CMYK
RGB Variations
Color information
#65ADE2 (or 0x65ADE2) is known color: Malibu. HEX triplet: 65, AD and E2. RGB value is (101,173,226). Sum of RGB (Red+Green+Blue) = 101+173+226=500 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.2% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 226 - color contains mainly: blue. Hex color #65ADE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADE2 is #9A521D. Grayscale: #9D9D9D. Windows color (decimal): -10113566 or 14855525. OLE color: 14855525.
HSL color Cylindrical-coordinate representation of color #65ADE2: hue angle of 205.44º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65ADE2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 173 | 226 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.11 |
| HSL | 205.44º | 0.68% | 0.64% | - |
| HSV(B) | 205.44º | 0.55% | 0.89% | - |
| XYZ | 34.04 | 38.14 | 77.52 | - |
| YUV | 157.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 226 | 0.55 | 0.23 | 0 | 0.11 | 205.44 | 0.68 | 0.64 |
| Hex | 65 | AD | E2 | 37 | 17 | 0 | B | CD | 44 | 40 |
| Octal | 145 | 255 | 342 | 67 | 27 | 0 | 13 | 315 | 104 | 100 |
| Binary | 1100101 | 10101101 | 11100010 | 110111 | 10111 | 0 | 1011 | 11001101 | 1000100 | 1000000 |
Color Harmonies of #65ADE2
Complementary color
Monochromatic Colors of #65ADE2
Black with #65ADE2
Text Example
Text Example
White with #65ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADE2; }
p { color: rgb(101,173,226); }
H1.HeaderClassName
{
color: #65ADE2;
}
.AnyTagClassName
{
color: #65ADE2;
}
</style>
background-color css
<style>
a { background-color: #65ADE2; }
a { background-color: rgb(101,173,226); }
div.DivClassName
{
background-color: #65ADE2;
}
.BgClassName
{
background-color: #65ADE2;
}
</style>
border-color css
<style>
span { border-color: #65ADE2; }
span { border-color: rgb(101,173,226); }
td.TdClassName
{
border-color: #65ADE2;
}
.TagClassName
{
border-color: #65ADE2;
}
</style>