Shades of Malibu #65B5DF
Tints of Malibu #65B5DF
RGB
CMYK
RGB Variations
Color information
#65B5DF (or 0x65B5DF) is known color: Malibu. HEX triplet: 65, B5 and DF. RGB value is (101,181,223). Sum of RGB (Red+Green+Blue) = 101+181+223=505 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20% from 505); Green value is 181 (71.09% from 255 or 35.84% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #65B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B5DF is #9A4A20. Grayscale: #A1A1A1. Windows color (decimal): -10111521 or 14660965. OLE color: 14660965.
HSL color Cylindrical-coordinate representation of color #65B5DF: hue angle of 200.66º 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 #65B5DF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 181 | 223 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.13 |
| HSL | 200.66º | 0.66% | 0.64% | - |
| HSV(B) | 200.66º | 0.55% | 0.87% | - |
| XYZ | 35.21 | 41.14 | 75.9 | - |
| YUV | 161.87 | 162.5 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 181 | 223 | 0.55 | 0.19 | 0 | 0.13 | 200.66 | 0.66 | 0.64 |
| Hex | 65 | B5 | DF | 37 | 13 | 0 | D | C9 | 42 | 40 |
| Octal | 145 | 265 | 337 | 67 | 23 | 0 | 15 | 311 | 102 | 100 |
| Binary | 1100101 | 10110101 | 11011111 | 110111 | 10011 | 0 | 1101 | 11001001 | 1000010 | 1000000 |
Color Harmonies of #65B5DF
Complementary color
Monochromatic Colors of #65B5DF
Black with #65B5DF
Text Example
Text Example
White with #65B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B5DF; }
p { color: rgb(101,181,223); }
H1.HeaderClassName
{
color: #65B5DF;
}
.AnyTagClassName
{
color: #65B5DF;
}
</style>
background-color css
<style>
a { background-color: #65B5DF; }
a { background-color: rgb(101,181,223); }
div.DivClassName
{
background-color: #65B5DF;
}
.BgClassName
{
background-color: #65B5DF;
}
</style>
border-color css
<style>
span { border-color: #65B5DF; }
span { border-color: rgb(101,181,223); }
td.TdClassName
{
border-color: #65B5DF;
}
.TagClassName
{
border-color: #65B5DF;
}
</style>