Shades of Malibu #65B9DF
Tints of Malibu #65B9DF
RGB
CMYK
RGB Variations
Color information
#65B9DF (or 0x65B9DF) is known color: Malibu. HEX triplet: 65, B9 and DF. RGB value is (101,185,223). Sum of RGB (Red+Green+Blue) = 101+185+223=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #65B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B9DF is #9A4620. Grayscale: #A3A3A3. Windows color (decimal): -10110497 or 14661989. OLE color: 14661989.
HSL color Cylindrical-coordinate representation of color #65B9DF: hue angle of 198.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65B9DF is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 185 | 223 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.13 |
| HSL | 198.69º | 0.66% | 0.64% | - |
| HSV(B) | 198.69º | 0.55% | 0.87% | - |
| XYZ | 36.04 | 42.79 | 76.17 | - |
| YUV | 164.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 223 | 0.55 | 0.17 | 0 | 0.13 | 198.69 | 0.66 | 0.64 |
| Hex | 65 | B9 | DF | 37 | 11 | 0 | D | C7 | 42 | 40 |
| Octal | 145 | 271 | 337 | 67 | 21 | 0 | 15 | 307 | 102 | 100 |
| Binary | 1100101 | 10111001 | 11011111 | 110111 | 10001 | 0 | 1101 | 11000111 | 1000010 | 1000000 |
Color Harmonies of #65B9DF
Complementary color
Monochromatic Colors of #65B9DF
Black with #65B9DF
Text Example
Text Example
White with #65B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B9DF; }
p { color: rgb(101,185,223); }
H1.HeaderClassName
{
color: #65B9DF;
}
.AnyTagClassName
{
color: #65B9DF;
}
</style>
background-color css
<style>
a { background-color: #65B9DF; }
a { background-color: rgb(101,185,223); }
div.DivClassName
{
background-color: #65B9DF;
}
.BgClassName
{
background-color: #65B9DF;
}
</style>
border-color css
<style>
span { border-color: #65B9DF; }
span { border-color: rgb(101,185,223); }
td.TdClassName
{
border-color: #65B9DF;
}
.TagClassName
{
border-color: #65B9DF;
}
</style>