Shades of Malibu #65BADF
Tints of Malibu #65BADF
RGB
CMYK
RGB Variations
Color information
#65BADF (or 0x65BADF) is known color: Malibu. HEX triplet: 65, BA and DF. RGB value is (101,186,223). Sum of RGB (Red+Green+Blue) = 101+186+223=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #65BADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BADF is #9A4520. Grayscale: #A4A4A4. Windows color (decimal): -10110241 or 14662245. OLE color: 14662245.
HSL color Cylindrical-coordinate representation of color #65BADF: hue angle of 198.2º 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 #65BADF is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 186 | 223 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.13 |
| HSL | 198.2º | 0.66% | 0.64% | - |
| HSV(B) | 198.2º | 0.55% | 0.87% | - |
| XYZ | 36.25 | 43.21 | 76.24 | - |
| YUV | 164.8 | 160.84 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 223 | 0.55 | 0.17 | 0 | 0.13 | 198.2 | 0.66 | 0.64 |
| Hex | 65 | BA | DF | 37 | 11 | 0 | D | C6 | 42 | 40 |
| Octal | 145 | 272 | 337 | 67 | 21 | 0 | 15 | 306 | 102 | 100 |
| Binary | 1100101 | 10111010 | 11011111 | 110111 | 10001 | 0 | 1101 | 11000110 | 1000010 | 1000000 |
Color Harmonies of #65BADF
Complementary color
Monochromatic Colors of #65BADF
Black with #65BADF
Text Example
Text Example
White with #65BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BADF; }
p { color: rgb(101,186,223); }
H1.HeaderClassName
{
color: #65BADF;
}
.AnyTagClassName
{
color: #65BADF;
}
</style>
background-color css
<style>
a { background-color: #65BADF; }
a { background-color: rgb(101,186,223); }
div.DivClassName
{
background-color: #65BADF;
}
.BgClassName
{
background-color: #65BADF;
}
</style>
border-color css
<style>
span { border-color: #65BADF; }
span { border-color: rgb(101,186,223); }
td.TdClassName
{
border-color: #65BADF;
}
.TagClassName
{
border-color: #65BADF;
}
</style>