Shades of Malibu #65B5DD
Tints of Malibu #65B5DD
RGB
CMYK
RGB Variations
Color information
#65B5DD (or 0x65B5DD) is known color: Malibu. HEX triplet: 65, B5 and DD. RGB value is (101,181,221). Sum of RGB (Red+Green+Blue) = 101+181+221=503 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.08% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #65B5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B5DD is #9A4A22. Grayscale: #A1A1A1. Windows color (decimal): -10111523 or 14529893. OLE color: 14529893.
HSL color Cylindrical-coordinate representation of color #65B5DD: hue angle of 200º 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 #65B5DD is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 181 | 221 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.13 |
| HSL | 200º | 0.64% | 0.63% | - |
| HSV(B) | 200º | 0.54% | 0.87% | - |
| XYZ | 34.94 | 41.03 | 74.49 | - |
| YUV | 161.64 | 161.5 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 221 | 0.54 | 0.18 | 0 | 0.13 | 200 | 0.64 | 0.63 |
| Hex | 65 | B5 | DD | 36 | 12 | 0 | D | C8 | 40 | 3F |
| Octal | 145 | 265 | 335 | 66 | 22 | 0 | 15 | 310 | 100 | 77 |
| Binary | 1100101 | 10110101 | 11011101 | 110110 | 10010 | 0 | 1101 | 11001000 | 1000000 | 111111 |
Color Harmonies of #65B5DD
Complementary color
Monochromatic Colors of #65B5DD
Black with #65B5DD
Text Example
Text Example
White with #65B5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B5DD; }
p { color: rgb(101,181,221); }
H1.HeaderClassName
{
color: #65B5DD;
}
.AnyTagClassName
{
color: #65B5DD;
}
</style>
background-color css
<style>
a { background-color: #65B5DD; }
a { background-color: rgb(101,181,221); }
div.DivClassName
{
background-color: #65B5DD;
}
.BgClassName
{
background-color: #65B5DD;
}
</style>
border-color css
<style>
span { border-color: #65B5DD; }
span { border-color: rgb(101,181,221); }
td.TdClassName
{
border-color: #65B5DD;
}
.TagClassName
{
border-color: #65B5DD;
}
</style>