Shades of Malibu #65BDDB
Tints of Malibu #65BDDB
RGB
CMYK
RGB Variations
Color information
#65BDDB (or 0x65BDDB) is known color: Malibu. HEX triplet: 65, BD and DB. RGB value is (101,189,219). Sum of RGB (Red+Green+Blue) = 101+189+219=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #65BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDDB is #9A4224. Grayscale: #A5A5A5. Windows color (decimal): -10109477 or 14400869. OLE color: 14400869.
HSL color Cylindrical-coordinate representation of color #65BDDB: hue angle of 195.25º 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 #65BDDB is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 189 | 219 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.14 |
| HSL | 195.25º | 0.62% | 0.63% | - |
| HSV(B) | 195.25º | 0.54% | 0.86% | - |
| XYZ | 36.35 | 44.28 | 73.65 | - |
| YUV | 166.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 219 | 0.54 | 0.14 | 0 | 0.14 | 195.25 | 0.62 | 0.63 |
| Hex | 65 | BD | DB | 36 | E | 0 | E | C3 | 3E | 3F |
| Octal | 145 | 275 | 333 | 66 | 16 | 0 | 16 | 303 | 76 | 77 |
| Binary | 1100101 | 10111101 | 11011011 | 110110 | 1110 | 0 | 1110 | 11000011 | 111110 | 111111 |
Color Harmonies of #65BDDB
Complementary color
Monochromatic Colors of #65BDDB
Black with #65BDDB
Text Example
Text Example
White with #65BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDDB; }
p { color: rgb(101,189,219); }
H1.HeaderClassName
{
color: #65BDDB;
}
.AnyTagClassName
{
color: #65BDDB;
}
</style>
background-color css
<style>
a { background-color: #65BDDB; }
a { background-color: rgb(101,189,219); }
div.DivClassName
{
background-color: #65BDDB;
}
.BgClassName
{
background-color: #65BDDB;
}
</style>
border-color css
<style>
span { border-color: #65BDDB; }
span { border-color: rgb(101,189,219); }
td.TdClassName
{
border-color: #65BDDB;
}
.TagClassName
{
border-color: #65BDDB;
}
</style>