Shades of Malibu #65ABDF
Tints of Malibu #65ABDF
RGB
CMYK
RGB Variations
Color information
#65ABDF (or 0x65ABDF) is known color: Malibu. HEX triplet: 65, AB and DF. RGB value is (101,171,223). Sum of RGB (Red+Green+Blue) = 101+171+223=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #65ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ABDF is #9A5420. Grayscale: #9B9B9B. Windows color (decimal): -10114081 or 14658405. OLE color: 14658405.
HSL color Cylindrical-coordinate representation of color #65ABDF: hue angle of 205.57º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65ABDF is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 171 | 223 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.13 |
| HSL | 205.57º | 0.66% | 0.64% | - |
| HSV(B) | 205.57º | 0.55% | 0.87% | - |
| XYZ | 33.25 | 37.22 | 75.24 | - |
| YUV | 156 | 165.81 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 223 | 0.55 | 0.23 | 0 | 0.13 | 205.57 | 0.66 | 0.64 |
| Hex | 65 | AB | DF | 37 | 17 | 0 | D | CE | 42 | 40 |
| Octal | 145 | 253 | 337 | 67 | 27 | 0 | 15 | 316 | 102 | 100 |
| Binary | 1100101 | 10101011 | 11011111 | 110111 | 10111 | 0 | 1101 | 11001110 | 1000010 | 1000000 |
Color Harmonies of #65ABDF
Complementary color
Monochromatic Colors of #65ABDF
Black with #65ABDF
Text Example
Text Example
White with #65ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABDF; }
p { color: rgb(101,171,223); }
H1.HeaderClassName
{
color: #65ABDF;
}
.AnyTagClassName
{
color: #65ABDF;
}
</style>
background-color css
<style>
a { background-color: #65ABDF; }
a { background-color: rgb(101,171,223); }
div.DivClassName
{
background-color: #65ABDF;
}
.BgClassName
{
background-color: #65ABDF;
}
</style>
border-color css
<style>
span { border-color: #65ABDF; }
span { border-color: rgb(101,171,223); }
td.TdClassName
{
border-color: #65ABDF;
}
.TagClassName
{
border-color: #65ABDF;
}
</style>