Shades of Malibu #65ADF0
Tints of Malibu #65ADF0
RGB
CMYK
RGB Variations
Color information
#65ADF0 (or 0x65ADF0) is known color: Malibu. HEX triplet: 65, AD and F0. RGB value is (101,173,240). Sum of RGB (Red+Green+Blue) = 101+173+240=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #65ADF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADF0 is #9A520F. Grayscale: #9E9E9E. Windows color (decimal): -10113552 or 15773029. OLE color: 15773029.
HSL color Cylindrical-coordinate representation of color #65ADF0: hue angle of 208.92º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65ADF0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 173 | 240 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.06 |
| HSL | 208.92º | 0.82% | 0.67% | - |
| HSV(B) | 208.92º | 0.58% | 0.94% | - |
| XYZ | 36.04 | 38.95 | 88.06 | - |
| YUV | 159.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 240 | 0.58 | 0.28 | 0 | 0.06 | 208.92 | 0.82 | 0.67 |
| Hex | 65 | AD | F0 | 3A | 1C | 0 | 6 | D1 | 52 | 43 |
| Octal | 145 | 255 | 360 | 72 | 34 | 0 | 6 | 321 | 122 | 103 |
| Binary | 1100101 | 10101101 | 11110000 | 111010 | 11100 | 0 | 110 | 11010001 | 1010010 | 1000011 |
Color Harmonies of #65ADF0
Complementary color
Monochromatic Colors of #65ADF0
Black with #65ADF0
Text Example
Text Example
White with #65ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADF0; }
p { color: rgb(101,173,240); }
H1.HeaderClassName
{
color: #65ADF0;
}
.AnyTagClassName
{
color: #65ADF0;
}
</style>
background-color css
<style>
a { background-color: #65ADF0; }
a { background-color: rgb(101,173,240); }
div.DivClassName
{
background-color: #65ADF0;
}
.BgClassName
{
background-color: #65ADF0;
}
</style>
border-color css
<style>
span { border-color: #65ADF0; }
span { border-color: rgb(101,173,240); }
td.TdClassName
{
border-color: #65ADF0;
}
.TagClassName
{
border-color: #65ADF0;
}
</style>