Shades of Malibu #65B0DA
Tints of Malibu #65B0DA
RGB
CMYK
RGB Variations
Color information
#65B0DA (or 0x65B0DA) is known color: Malibu. HEX triplet: 65, B0 and DA. RGB value is (101,176,218). Sum of RGB (Red+Green+Blue) = 101+176+218=495 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.40% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #65B0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B0DA is #9A4F25. Grayscale: #9E9E9E. Windows color (decimal): -10112806 or 14332005. OLE color: 14332005.
HSL color Cylindrical-coordinate representation of color #65B0DA: hue angle of 201.54º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65B0DA is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 176 | 218 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.15 |
| HSL | 201.54º | 0.61% | 0.63% | - |
| HSV(B) | 201.54º | 0.54% | 0.85% | - |
| XYZ | 33.55 | 38.88 | 72.07 | - |
| YUV | 158.36 | 161.65 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 218 | 0.54 | 0.19 | 0 | 0.15 | 201.54 | 0.61 | 0.63 |
| Hex | 65 | B0 | DA | 36 | 13 | 0 | F | CA | 3D | 3F |
| Octal | 145 | 260 | 332 | 66 | 23 | 0 | 17 | 312 | 75 | 77 |
| Binary | 1100101 | 10110000 | 11011010 | 110110 | 10011 | 0 | 1111 | 11001010 | 111101 | 111111 |
Color Harmonies of #65B0DA
Complementary color
Monochromatic Colors of #65B0DA
Black with #65B0DA
Text Example
Text Example
White with #65B0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B0DA; }
p { color: rgb(101,176,218); }
H1.HeaderClassName
{
color: #65B0DA;
}
.AnyTagClassName
{
color: #65B0DA;
}
</style>
background-color css
<style>
a { background-color: #65B0DA; }
a { background-color: rgb(101,176,218); }
div.DivClassName
{
background-color: #65B0DA;
}
.BgClassName
{
background-color: #65B0DA;
}
</style>
border-color css
<style>
span { border-color: #65B0DA; }
span { border-color: rgb(101,176,218); }
td.TdClassName
{
border-color: #65B0DA;
}
.TagClassName
{
border-color: #65B0DA;
}
</style>