Shades of Malibu #65B3EC
Tints of Malibu #65B3EC
RGB
CMYK
RGB Variations
Color information
#65B3EC (or 0x65B3EC) is known color: Malibu. HEX triplet: 65, B3 and EC. RGB value is (101,179,236). Sum of RGB (Red+Green+Blue) = 101+179+236=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 179 (70.31% from 255 or 34.69% from 516); Blue value is 236 (92.58% from 255 or 45.74% from 516); Max value from RGB is 236 - color contains mainly: blue. Hex color #65B3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B3EC is #9A4C13. Grayscale: #A1A1A1. Windows color (decimal): -10112020 or 15512421. OLE color: 15512421.
HSL color Cylindrical-coordinate representation of color #65B3EC: hue angle of 205.33º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65B3EC is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 179 | 236 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.07 |
| HSL | 205.33º | 0.78% | 0.66% | - |
| HSV(B) | 205.33º | 0.57% | 0.93% | - |
| XYZ | 36.63 | 41.06 | 85.35 | - |
| YUV | 162.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 236 | 0.57 | 0.24 | 0 | 0.07 | 205.33 | 0.78 | 0.66 |
| Hex | 65 | B3 | EC | 39 | 18 | 0 | 7 | CD | 4E | 42 |
| Octal | 145 | 263 | 354 | 71 | 30 | 0 | 7 | 315 | 116 | 102 |
| Binary | 1100101 | 10110011 | 11101100 | 111001 | 11000 | 0 | 111 | 11001101 | 1001110 | 1000010 |
Color Harmonies of #65B3EC
Complementary color
Monochromatic Colors of #65B3EC
Black with #65B3EC
Text Example
Text Example
White with #65B3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B3EC; }
p { color: rgb(101,179,236); }
H1.HeaderClassName
{
color: #65B3EC;
}
.AnyTagClassName
{
color: #65B3EC;
}
</style>
background-color css
<style>
a { background-color: #65B3EC; }
a { background-color: rgb(101,179,236); }
div.DivClassName
{
background-color: #65B3EC;
}
.BgClassName
{
background-color: #65B3EC;
}
</style>
border-color css
<style>
span { border-color: #65B3EC; }
span { border-color: rgb(101,179,236); }
td.TdClassName
{
border-color: #65B3EC;
}
.TagClassName
{
border-color: #65B3EC;
}
</style>