Shades of Malibu #65B4DF
Tints of Malibu #65B4DF
RGB
CMYK
RGB Variations
Color information
#65B4DF (or 0x65B4DF) is known color: Malibu. HEX triplet: 65, B4 and DF. RGB value is (101,180,223). Sum of RGB (Red+Green+Blue) = 101+180+223=504 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.04% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #65B4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B4DF is #9A4B20. Grayscale: #A1A1A1. Windows color (decimal): -10111777 or 14660709. OLE color: 14660709.
HSL color Cylindrical-coordinate representation of color #65B4DF: hue angle of 201.15º 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 #65B4DF is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 180 | 223 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.13 |
| HSL | 201.15º | 0.66% | 0.64% | - |
| HSV(B) | 201.15º | 0.55% | 0.87% | - |
| XYZ | 35.01 | 40.74 | 75.83 | - |
| YUV | 161.28 | 162.83 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 180 | 223 | 0.55 | 0.19 | 0 | 0.13 | 201.15 | 0.66 | 0.64 |
| Hex | 65 | B4 | DF | 37 | 13 | 0 | D | C9 | 42 | 40 |
| Octal | 145 | 264 | 337 | 67 | 23 | 0 | 15 | 311 | 102 | 100 |
| Binary | 1100101 | 10110100 | 11011111 | 110111 | 10011 | 0 | 1101 | 11001001 | 1000010 | 1000000 |
Color Harmonies of #65B4DF
Complementary color
Monochromatic Colors of #65B4DF
Black with #65B4DF
Text Example
Text Example
White with #65B4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B4DF; }
p { color: rgb(101,180,223); }
H1.HeaderClassName
{
color: #65B4DF;
}
.AnyTagClassName
{
color: #65B4DF;
}
</style>
background-color css
<style>
a { background-color: #65B4DF; }
a { background-color: rgb(101,180,223); }
div.DivClassName
{
background-color: #65B4DF;
}
.BgClassName
{
background-color: #65B4DF;
}
</style>
border-color css
<style>
span { border-color: #65B4DF; }
span { border-color: rgb(101,180,223); }
td.TdClassName
{
border-color: #65B4DF;
}
.TagClassName
{
border-color: #65B4DF;
}
</style>