Shades of Malibu #65ABEE
Tints of Malibu #65ABEE
RGB
CMYK
RGB Variations
Color information
#65ABEE (or 0x65ABEE) is known color: Malibu. HEX triplet: 65, AB and EE. RGB value is (101,171,238). Sum of RGB (Red+Green+Blue) = 101+171+238=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 238 - color contains mainly: blue. Hex color #65ABEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ABEE is #9A5411. Grayscale: #9D9D9D. Windows color (decimal): -10114066 or 15641445. OLE color: 15641445.
HSL color Cylindrical-coordinate representation of color #65ABEE: hue angle of 209.34º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65ABEE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 171 | 238 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.07 |
| HSL | 209.34º | 0.8% | 0.66% | - |
| HSV(B) | 209.34º | 0.58% | 0.93% | - |
| XYZ | 35.36 | 38.07 | 86.37 | - |
| YUV | 157.71 | 173.31 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 171 | 238 | 0.58 | 0.28 | 0 | 0.07 | 209.34 | 0.8 | 0.66 |
| Hex | 65 | AB | EE | 3A | 1C | 0 | 7 | D1 | 50 | 42 |
| Octal | 145 | 253 | 356 | 72 | 34 | 0 | 7 | 321 | 120 | 102 |
| Binary | 1100101 | 10101011 | 11101110 | 111010 | 11100 | 0 | 111 | 11010001 | 1010000 | 1000010 |
Color Harmonies of #65ABEE
Complementary color
Monochromatic Colors of #65ABEE
Black with #65ABEE
Text Example
Text Example
White with #65ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ABEE; }
p { color: rgb(101,171,238); }
H1.HeaderClassName
{
color: #65ABEE;
}
.AnyTagClassName
{
color: #65ABEE;
}
</style>
background-color css
<style>
a { background-color: #65ABEE; }
a { background-color: rgb(101,171,238); }
div.DivClassName
{
background-color: #65ABEE;
}
.BgClassName
{
background-color: #65ABEE;
}
</style>
border-color css
<style>
span { border-color: #65ABEE; }
span { border-color: rgb(101,171,238); }
td.TdClassName
{
border-color: #65ABEE;
}
.TagClassName
{
border-color: #65ABEE;
}
</style>