Shades of Malibu #65C2DD
Tints of Malibu #65C2DD
RGB
CMYK
RGB Variations
Color information
#65C2DD (or 0x65C2DD) is known color: Malibu. HEX triplet: 65, C2 and DD. RGB value is (101,194,221). Sum of RGB (Red+Green+Blue) = 101+194+221=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #65C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2DD is #9A3D22. Grayscale: #A9A9A9. Windows color (decimal): -10108195 or 14533221. OLE color: 14533221.
HSL color Cylindrical-coordinate representation of color #65C2DD: hue angle of 193.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 #65C2DD is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 194 | 221 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.13 |
| HSL | 193.5º | 0.64% | 0.63% | - |
| HSV(B) | 193.5º | 0.54% | 0.87% | - |
| XYZ | 37.71 | 46.57 | 75.41 | - |
| YUV | 169.27 | 157.19 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 221 | 0.54 | 0.12 | 0 | 0.13 | 193.5 | 0.64 | 0.63 |
| Hex | 65 | C2 | DD | 36 | C | 0 | D | C2 | 40 | 3F |
| Octal | 145 | 302 | 335 | 66 | 14 | 0 | 15 | 302 | 100 | 77 |
| Binary | 1100101 | 11000010 | 11011101 | 110110 | 1100 | 0 | 1101 | 11000010 | 1000000 | 111111 |
Color Harmonies of #65C2DD
Complementary color
Monochromatic Colors of #65C2DD
Black with #65C2DD
Text Example
Text Example
White with #65C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C2DD; }
p { color: rgb(101,194,221); }
H1.HeaderClassName
{
color: #65C2DD;
}
.AnyTagClassName
{
color: #65C2DD;
}
</style>
background-color css
<style>
a { background-color: #65C2DD; }
a { background-color: rgb(101,194,221); }
div.DivClassName
{
background-color: #65C2DD;
}
.BgClassName
{
background-color: #65C2DD;
}
</style>
border-color css
<style>
span { border-color: #65C2DD; }
span { border-color: rgb(101,194,221); }
td.TdClassName
{
border-color: #65C2DD;
}
.TagClassName
{
border-color: #65C2DD;
}
</style>