Shades of Malibu #65BAE6
Tints of Malibu #65BAE6
RGB
CMYK
RGB Variations
Color information
#65BAE6 (or 0x65BAE6) is known color: Malibu. HEX triplet: 65, BA and E6. RGB value is (101,186,230). Sum of RGB (Red+Green+Blue) = 101+186+230=517 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.54% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 230 (90.23% from 255 or 44.49% from 517); Max value from RGB is 230 - color contains mainly: blue. Hex color #65BAE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BAE6 is #9A4519. Grayscale: #A5A5A5. Windows color (decimal): -10110234 or 15120997. OLE color: 15120997.
HSL color Cylindrical-coordinate representation of color #65BAE6: hue angle of 200.47º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65BAE6 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 186 | 230 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.10 |
| HSL | 200.47º | 0.72% | 0.65% | - |
| HSV(B) | 200.47º | 0.56% | 0.9% | - |
| XYZ | 37.21 | 43.6 | 81.32 | - |
| YUV | 165.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 230 | 0.56 | 0.19 | 0 | 0.10 | 200.47 | 0.72 | 0.65 |
| Hex | 65 | BA | E6 | 38 | 13 | 0 | A | C8 | 48 | 41 |
| Octal | 145 | 272 | 346 | 70 | 23 | 0 | 12 | 310 | 110 | 101 |
| Binary | 1100101 | 10111010 | 11100110 | 111000 | 10011 | 0 | 1010 | 11001000 | 1001000 | 1000001 |
Color Harmonies of #65BAE6
Complementary color
Monochromatic Colors of #65BAE6
Black with #65BAE6
Text Example
Text Example
White with #65BAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BAE6; }
p { color: rgb(101,186,230); }
H1.HeaderClassName
{
color: #65BAE6;
}
.AnyTagClassName
{
color: #65BAE6;
}
</style>
background-color css
<style>
a { background-color: #65BAE6; }
a { background-color: rgb(101,186,230); }
div.DivClassName
{
background-color: #65BAE6;
}
.BgClassName
{
background-color: #65BAE6;
}
</style>
border-color css
<style>
span { border-color: #65BAE6; }
span { border-color: rgb(101,186,230); }
td.TdClassName
{
border-color: #65BAE6;
}
.TagClassName
{
border-color: #65BAE6;
}
</style>