Shades of Malibu #65BDE0
Tints of Malibu #65BDE0
RGB
CMYK
RGB Variations
Color information
#65BDE0 (or 0x65BDE0) is known color: Malibu. HEX triplet: 65, BD and E0. RGB value is (101,189,224). Sum of RGB (Red+Green+Blue) = 101+189+224=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #65BDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BDE0 is #9A421F. Grayscale: #A6A6A6. Windows color (decimal): -10109472 or 14728549. OLE color: 14728549.
HSL color Cylindrical-coordinate representation of color #65BDE0: hue angle of 197.07º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65BDE0 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 189 | 224 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.12 |
| HSL | 197.07º | 0.66% | 0.64% | - |
| HSV(B) | 197.07º | 0.55% | 0.88% | - |
| XYZ | 37.02 | 44.54 | 77.17 | - |
| YUV | 166.68 | 160.35 | 81.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 224 | 0.55 | 0.16 | 0 | 0.12 | 197.07 | 0.66 | 0.64 |
| Hex | 65 | BD | E0 | 37 | 10 | 0 | C | C5 | 42 | 40 |
| Octal | 145 | 275 | 340 | 67 | 20 | 0 | 14 | 305 | 102 | 100 |
| Binary | 1100101 | 10111101 | 11100000 | 110111 | 10000 | 0 | 1100 | 11000101 | 1000010 | 1000000 |
Color Harmonies of #65BDE0
Complementary color
Monochromatic Colors of #65BDE0
Black with #65BDE0
Text Example
Text Example
White with #65BDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDE0; }
p { color: rgb(101,189,224); }
H1.HeaderClassName
{
color: #65BDE0;
}
.AnyTagClassName
{
color: #65BDE0;
}
</style>
background-color css
<style>
a { background-color: #65BDE0; }
a { background-color: rgb(101,189,224); }
div.DivClassName
{
background-color: #65BDE0;
}
.BgClassName
{
background-color: #65BDE0;
}
</style>
border-color css
<style>
span { border-color: #65BDE0; }
span { border-color: rgb(101,189,224); }
td.TdClassName
{
border-color: #65BDE0;
}
.TagClassName
{
border-color: #65BDE0;
}
</style>