Shades of Malibu #65C2DB
Tints of Malibu #65C2DB
RGB
CMYK
RGB Variations
Color information
#65C2DB (or 0x65C2DB) is known color: Malibu. HEX triplet: 65, C2 and DB. RGB value is (101,194,219). Sum of RGB (Red+Green+Blue) = 101+194+219=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #65C2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2DB is #9A3D24. Grayscale: #A8A8A8. Windows color (decimal): -10108197 or 14402149. OLE color: 14402149.
HSL color Cylindrical-coordinate representation of color #65C2DB: hue angle of 192.71º 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 #65C2DB is Cyan = 0.54, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 194 | 219 | - |
| CMYK | 0.54 | 0.11 | 0 | 0.14 |
| HSL | 192.71º | 0.62% | 0.63% | - |
| HSV(B) | 192.71º | 0.54% | 0.86% | - |
| XYZ | 37.44 | 46.46 | 74.01 | - |
| YUV | 169.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 219 | 0.54 | 0.11 | 0 | 0.14 | 192.71 | 0.62 | 0.63 |
| Hex | 65 | C2 | DB | 36 | B | 0 | E | C1 | 3E | 3F |
| Octal | 145 | 302 | 333 | 66 | 13 | 0 | 16 | 301 | 76 | 77 |
| Binary | 1100101 | 11000010 | 11011011 | 110110 | 1011 | 0 | 1110 | 11000001 | 111110 | 111111 |
Color Harmonies of #65C2DB
Complementary color
Monochromatic Colors of #65C2DB
Black with #65C2DB
Text Example
Text Example
White with #65C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C2DB; }
p { color: rgb(101,194,219); }
H1.HeaderClassName
{
color: #65C2DB;
}
.AnyTagClassName
{
color: #65C2DB;
}
</style>
background-color css
<style>
a { background-color: #65C2DB; }
a { background-color: rgb(101,194,219); }
div.DivClassName
{
background-color: #65C2DB;
}
.BgClassName
{
background-color: #65C2DB;
}
</style>
border-color css
<style>
span { border-color: #65C2DB; }
span { border-color: rgb(101,194,219); }
td.TdClassName
{
border-color: #65C2DB;
}
.TagClassName
{
border-color: #65C2DB;
}
</style>