Shades of Malibu #65B1DF
Tints of Malibu #65B1DF
RGB
CMYK
RGB Variations
Color information
#65B1DF (or 0x65B1DF) is known color: Malibu. HEX triplet: 65, B1 and DF. RGB value is (101,177,223). Sum of RGB (Red+Green+Blue) = 101+177+223=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #65B1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65B1DF is #9A4E20. Grayscale: #9F9F9F. Windows color (decimal): -10112545 or 14659941. OLE color: 14659941.
HSL color Cylindrical-coordinate representation of color #65B1DF: hue angle of 202.62º 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 #65B1DF is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 177 | 223 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.13 |
| HSL | 202.62º | 0.66% | 0.64% | - |
| HSV(B) | 202.62º | 0.55% | 0.87% | - |
| XYZ | 34.41 | 39.54 | 75.63 | - |
| YUV | 159.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 177 | 223 | 0.55 | 0.21 | 0 | 0.13 | 202.62 | 0.66 | 0.64 |
| Hex | 65 | B1 | DF | 37 | 15 | 0 | D | CB | 42 | 40 |
| Octal | 145 | 261 | 337 | 67 | 25 | 0 | 15 | 313 | 102 | 100 |
| Binary | 1100101 | 10110001 | 11011111 | 110111 | 10101 | 0 | 1101 | 11001011 | 1000010 | 1000000 |
Color Harmonies of #65B1DF
Complementary color
Monochromatic Colors of #65B1DF
Black with #65B1DF
Text Example
Text Example
White with #65B1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B1DF; }
p { color: rgb(101,177,223); }
H1.HeaderClassName
{
color: #65B1DF;
}
.AnyTagClassName
{
color: #65B1DF;
}
</style>
background-color css
<style>
a { background-color: #65B1DF; }
a { background-color: rgb(101,177,223); }
div.DivClassName
{
background-color: #65B1DF;
}
.BgClassName
{
background-color: #65B1DF;
}
</style>
border-color css
<style>
span { border-color: #65B1DF; }
span { border-color: rgb(101,177,223); }
td.TdClassName
{
border-color: #65B1DF;
}
.TagClassName
{
border-color: #65B1DF;
}
</style>