Shades of Malibu #65C8DD
Tints of Malibu #65C8DD
RGB
CMYK
RGB Variations
Color information
#65C8DD (or 0x65C8DD) is known color: Malibu. HEX triplet: 65, C8 and DD. RGB value is (101,200,221). Sum of RGB (Red+Green+Blue) = 101+200+221=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #65C8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C8DD is #9A3722. Grayscale: #ACACAC. Windows color (decimal): -10106659 or 14534757. OLE color: 14534757.
HSL color Cylindrical-coordinate representation of color #65C8DD: hue angle of 190.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65C8DD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 200 | 221 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.13 |
| HSL | 190.5º | 0.64% | 0.63% | - |
| HSV(B) | 190.5º | 0.54% | 0.87% | - |
| XYZ | 39.07 | 49.3 | 75.86 | - |
| YUV | 172.79 | 155.2 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 200 | 221 | 0.54 | 0.10 | 0 | 0.13 | 190.5 | 0.64 | 0.63 |
| Hex | 65 | C8 | DD | 36 | A | 0 | D | BE | 40 | 3F |
| Octal | 145 | 310 | 335 | 66 | 12 | 0 | 15 | 276 | 100 | 77 |
| Binary | 1100101 | 11001000 | 11011101 | 110110 | 1010 | 0 | 1101 | 10111110 | 1000000 | 111111 |
Color Harmonies of #65C8DD
Complementary color
Monochromatic Colors of #65C8DD
Black with #65C8DD
Text Example
Text Example
White with #65C8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C8DD; }
p { color: rgb(101,200,221); }
H1.HeaderClassName
{
color: #65C8DD;
}
.AnyTagClassName
{
color: #65C8DD;
}
</style>
background-color css
<style>
a { background-color: #65C8DD; }
a { background-color: rgb(101,200,221); }
div.DivClassName
{
background-color: #65C8DD;
}
.BgClassName
{
background-color: #65C8DD;
}
</style>
border-color css
<style>
span { border-color: #65C8DD; }
span { border-color: rgb(101,200,221); }
td.TdClassName
{
border-color: #65C8DD;
}
.TagClassName
{
border-color: #65C8DD;
}
</style>