Shades of Malibu #65C1DB
Tints of Malibu #65C1DB
RGB
CMYK
RGB Variations
Color information
#65C1DB (or 0x65C1DB) is known color: Malibu. HEX triplet: 65, C1 and DB. RGB value is (101,193,219). Sum of RGB (Red+Green+Blue) = 101+193+219=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #65C1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C1DB is #9A3E24. Grayscale: #A8A8A8. Windows color (decimal): -10108453 or 14401893. OLE color: 14401893.
HSL color Cylindrical-coordinate representation of color #65C1DB: hue angle of 193.22º 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 #65C1DB is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 193 | 219 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.14 |
| HSL | 193.22º | 0.62% | 0.63% | - |
| HSV(B) | 193.22º | 0.54% | 0.86% | - |
| XYZ | 37.22 | 46.02 | 73.94 | - |
| YUV | 168.46 | 156.52 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 219 | 0.54 | 0.12 | 0 | 0.14 | 193.22 | 0.62 | 0.63 |
| Hex | 65 | C1 | DB | 36 | C | 0 | E | C1 | 3E | 3F |
| Octal | 145 | 301 | 333 | 66 | 14 | 0 | 16 | 301 | 76 | 77 |
| Binary | 1100101 | 11000001 | 11011011 | 110110 | 1100 | 0 | 1110 | 11000001 | 111110 | 111111 |
Color Harmonies of #65C1DB
Complementary color
Monochromatic Colors of #65C1DB
Black with #65C1DB
Text Example
Text Example
White with #65C1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C1DB; }
p { color: rgb(101,193,219); }
H1.HeaderClassName
{
color: #65C1DB;
}
.AnyTagClassName
{
color: #65C1DB;
}
</style>
background-color css
<style>
a { background-color: #65C1DB; }
a { background-color: rgb(101,193,219); }
div.DivClassName
{
background-color: #65C1DB;
}
.BgClassName
{
background-color: #65C1DB;
}
</style>
border-color css
<style>
span { border-color: #65C1DB; }
span { border-color: rgb(101,193,219); }
td.TdClassName
{
border-color: #65C1DB;
}
.TagClassName
{
border-color: #65C1DB;
}
</style>