Shades of Malibu #65ABF1
Tints of Malibu #65ABF1
RGB
CMYK
RGB Variations
Color information
#65ABF1 (or 0x65ABF1) is known color: Malibu. HEX triplet: 65, AB and F1. RGB value is (101,171,241). Sum of RGB (Red+Green+Blue) = 101+171+241=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #65ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABF1 is #9A540E. Grayscale: #9D9D9D. Windows color (decimal): -10114063 or 15838053. OLE color: 15838053.
HSL color Cylindrical-coordinate representation of color #65ABF1: hue angle of 210º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65ABF1 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 171 | 241 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.05 |
| HSL | 210º | 0.83% | 0.67% | - |
| HSV(B) | 210º | 0.58% | 0.95% | - |
| XYZ | 35.81 | 38.24 | 88.71 | - |
| YUV | 158.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 241 | 0.58 | 0.29 | 0 | 0.05 | 210 | 0.83 | 0.67 |
| Hex | 65 | AB | F1 | 3A | 1D | 0 | 5 | D2 | 53 | 43 |
| Octal | 145 | 253 | 361 | 72 | 35 | 0 | 5 | 322 | 123 | 103 |
| Binary | 1100101 | 10101011 | 11110001 | 111010 | 11101 | 0 | 101 | 11010010 | 1010011 | 1000011 |
Color Harmonies of #65ABF1
Complementary color
Monochromatic Colors of #65ABF1
Black with #65ABF1
Text Example
Text Example
White with #65ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABF1; }
p { color: rgb(101,171,241); }
H1.HeaderClassName
{
color: #65ABF1;
}
.AnyTagClassName
{
color: #65ABF1;
}
</style>
background-color css
<style>
a { background-color: #65ABF1; }
a { background-color: rgb(101,171,241); }
div.DivClassName
{
background-color: #65ABF1;
}
.BgClassName
{
background-color: #65ABF1;
}
</style>
border-color css
<style>
span { border-color: #65ABF1; }
span { border-color: rgb(101,171,241); }
td.TdClassName
{
border-color: #65ABF1;
}
.TagClassName
{
border-color: #65ABF1;
}
</style>