Shades of Malibu #65B8D9
Tints of Malibu #65B8D9
RGB
CMYK
RGB Variations
Color information
#65B8D9 (or 0x65B8D9) is known color: Malibu. HEX triplet: 65, B8 and D9. RGB value is (101,184,217). Sum of RGB (Red+Green+Blue) = 101+184+217=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #65B8D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8D9 is #9A4726. Grayscale: #A2A2A2. Windows color (decimal): -10110759 or 14268517. OLE color: 14268517.
HSL color Cylindrical-coordinate representation of color #65B8D9: hue angle of 197.07º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65B8D9 is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 184 | 217 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.15 |
| HSL | 197.07º | 0.6% | 0.62% | - |
| HSV(B) | 197.07º | 0.53% | 0.85% | - |
| XYZ | 35.03 | 42.06 | 71.92 | - |
| YUV | 162.95 | 158.5 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 217 | 0.53 | 0.15 | 0 | 0.15 | 197.07 | 0.6 | 0.62 |
| Hex | 65 | B8 | D9 | 35 | F | 0 | F | C5 | 3C | 3E |
| Octal | 145 | 270 | 331 | 65 | 17 | 0 | 17 | 305 | 74 | 76 |
| Binary | 1100101 | 10111000 | 11011001 | 110101 | 1111 | 0 | 1111 | 11000101 | 111100 | 111110 |
Color Harmonies of #65B8D9
Complementary color
Monochromatic Colors of #65B8D9
Black with #65B8D9
Text Example
Text Example
White with #65B8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8D9; }
p { color: rgb(101,184,217); }
H1.HeaderClassName
{
color: #65B8D9;
}
.AnyTagClassName
{
color: #65B8D9;
}
</style>
background-color css
<style>
a { background-color: #65B8D9; }
a { background-color: rgb(101,184,217); }
div.DivClassName
{
background-color: #65B8D9;
}
.BgClassName
{
background-color: #65B8D9;
}
</style>
border-color css
<style>
span { border-color: #65B8D9; }
span { border-color: rgb(101,184,217); }
td.TdClassName
{
border-color: #65B8D9;
}
.TagClassName
{
border-color: #65B8D9;
}
</style>