Shades of Malibu #65B0DB
Tints of Malibu #65B0DB
RGB
CMYK
RGB Variations
Color information
#65B0DB (or 0x65B0DB) is known color: Malibu. HEX triplet: 65, B0 and DB. RGB value is (101,176,219). Sum of RGB (Red+Green+Blue) = 101+176+219=496 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.36% from 496); Green value is 176 (69.14% from 255 or 35.48% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #65B0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0DB is #9A4F24. Grayscale: #9E9E9E. Windows color (decimal): -10112805 or 14397541. OLE color: 14397541.
HSL color Cylindrical-coordinate representation of color #65B0DB: hue angle of 201.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65B0DB is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 176 | 219 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.14 |
| HSL | 201.86º | 0.62% | 0.63% | - |
| HSV(B) | 201.86º | 0.54% | 0.86% | - |
| XYZ | 33.68 | 38.93 | 72.76 | - |
| YUV | 158.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 219 | 0.54 | 0.20 | 0 | 0.14 | 201.86 | 0.62 | 0.63 |
| Hex | 65 | B0 | DB | 36 | 14 | 0 | E | CA | 3E | 3F |
| Octal | 145 | 260 | 333 | 66 | 24 | 0 | 16 | 312 | 76 | 77 |
| Binary | 1100101 | 10110000 | 11011011 | 110110 | 10100 | 0 | 1110 | 11001010 | 111110 | 111111 |
Color Harmonies of #65B0DB
Complementary color
Monochromatic Colors of #65B0DB
Black with #65B0DB
Text Example
Text Example
White with #65B0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B0DB; }
p { color: rgb(101,176,219); }
H1.HeaderClassName
{
color: #65B0DB;
}
.AnyTagClassName
{
color: #65B0DB;
}
</style>
background-color css
<style>
a { background-color: #65B0DB; }
a { background-color: rgb(101,176,219); }
div.DivClassName
{
background-color: #65B0DB;
}
.BgClassName
{
background-color: #65B0DB;
}
</style>
border-color css
<style>
span { border-color: #65B0DB; }
span { border-color: rgb(101,176,219); }
td.TdClassName
{
border-color: #65B0DB;
}
.TagClassName
{
border-color: #65B0DB;
}
</style>