Shades of Malibu #65B9EC
Tints of Malibu #65B9EC
RGB
CMYK
RGB Variations
Color information
#65B9EC (or 0x65B9EC) is known color: Malibu. HEX triplet: 65, B9 and EC. RGB value is (101,185,236). Sum of RGB (Red+Green+Blue) = 101+185+236=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 185 (72.66% from 255 or 35.44% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #65B9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B9EC is #9A4613. Grayscale: #A5A5A5. Windows color (decimal): -10110484 or 15513957. OLE color: 15513957.
HSL color Cylindrical-coordinate representation of color #65B9EC: hue angle of 202.67º 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 #65B9EC is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 185 | 236 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.07 |
| HSL | 202.67º | 0.78% | 0.66% | - |
| HSV(B) | 202.67º | 0.57% | 0.93% | - |
| XYZ | 37.86 | 43.52 | 85.76 | - |
| YUV | 165.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 185 | 236 | 0.57 | 0.22 | 0 | 0.07 | 202.67 | 0.78 | 0.66 |
| Hex | 65 | B9 | EC | 39 | 16 | 0 | 7 | CB | 4E | 42 |
| Octal | 145 | 271 | 354 | 71 | 26 | 0 | 7 | 313 | 116 | 102 |
| Binary | 1100101 | 10111001 | 11101100 | 111001 | 10110 | 0 | 111 | 11001011 | 1001110 | 1000010 |
Color Harmonies of #65B9EC
Complementary color
Monochromatic Colors of #65B9EC
Black with #65B9EC
Text Example
Text Example
White with #65B9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B9EC; }
p { color: rgb(101,185,236); }
H1.HeaderClassName
{
color: #65B9EC;
}
.AnyTagClassName
{
color: #65B9EC;
}
</style>
background-color css
<style>
a { background-color: #65B9EC; }
a { background-color: rgb(101,185,236); }
div.DivClassName
{
background-color: #65B9EC;
}
.BgClassName
{
background-color: #65B9EC;
}
</style>
border-color css
<style>
span { border-color: #65B9EC; }
span { border-color: rgb(101,185,236); }
td.TdClassName
{
border-color: #65B9EC;
}
.TagClassName
{
border-color: #65B9EC;
}
</style>