Shades of Malibu #65C7DD
Tints of Malibu #65C7DD
RGB
CMYK
RGB Variations
Color information
#65C7DD (or 0x65C7DD) is known color: Malibu. HEX triplet: 65, C7 and DD. RGB value is (101,199,221). Sum of RGB (Red+Green+Blue) = 101+199+221=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #65C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C7DD is #9A3822. Grayscale: #ACACAC. Windows color (decimal): -10106915 or 14534501. OLE color: 14534501.
HSL color Cylindrical-coordinate representation of color #65C7DD: hue angle of 191º 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 #65C7DD is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 199 | 221 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.13 |
| HSL | 191º | 0.64% | 0.63% | - |
| HSV(B) | 191º | 0.54% | 0.87% | - |
| XYZ | 38.84 | 48.83 | 75.79 | - |
| YUV | 172.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 199 | 221 | 0.54 | 0.10 | 0 | 0.13 | 191 | 0.64 | 0.63 |
| Hex | 65 | C7 | DD | 36 | A | 0 | D | BF | 40 | 3F |
| Octal | 145 | 307 | 335 | 66 | 12 | 0 | 15 | 277 | 100 | 77 |
| Binary | 1100101 | 11000111 | 11011101 | 110110 | 1010 | 0 | 1101 | 10111111 | 1000000 | 111111 |
Color Harmonies of #65C7DD
Complementary color
Monochromatic Colors of #65C7DD
Black with #65C7DD
Text Example
Text Example
White with #65C7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C7DD; }
p { color: rgb(101,199,221); }
H1.HeaderClassName
{
color: #65C7DD;
}
.AnyTagClassName
{
color: #65C7DD;
}
</style>
background-color css
<style>
a { background-color: #65C7DD; }
a { background-color: rgb(101,199,221); }
div.DivClassName
{
background-color: #65C7DD;
}
.BgClassName
{
background-color: #65C7DD;
}
</style>
border-color css
<style>
span { border-color: #65C7DD; }
span { border-color: rgb(101,199,221); }
td.TdClassName
{
border-color: #65C7DD;
}
.TagClassName
{
border-color: #65C7DD;
}
</style>