Shades of Malibu #65BCE1
Tints of Malibu #65BCE1
RGB
CMYK
RGB Variations
Color information
#65BCE1 (or 0x65BCE1) is known color: Malibu. HEX triplet: 65, BC and E1. RGB value is (101,188,225). Sum of RGB (Red+Green+Blue) = 101+188+225=514 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.65% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 225 (88.28% from 255 or 43.77% from 514); Max value from RGB is 225 - color contains mainly: blue. Hex color #65BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCE1 is #9A431E. Grayscale: #A5A5A5. Windows color (decimal): -10109727 or 14793829. OLE color: 14793829.
HSL color Cylindrical-coordinate representation of color #65BCE1: hue angle of 197.9º degrees, saturation: 0.67, 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 #65BCE1 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 188 | 225 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.12 |
| HSL | 197.9º | 0.67% | 0.64% | - |
| HSV(B) | 197.9º | 0.55% | 0.88% | - |
| XYZ | 36.94 | 44.17 | 77.81 | - |
| YUV | 166.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 225 | 0.55 | 0.16 | 0 | 0.12 | 197.9 | 0.67 | 0.64 |
| Hex | 65 | BC | E1 | 37 | 10 | 0 | C | C6 | 43 | 40 |
| Octal | 145 | 274 | 341 | 67 | 20 | 0 | 14 | 306 | 103 | 100 |
| Binary | 1100101 | 10111100 | 11100001 | 110111 | 10000 | 0 | 1100 | 11000110 | 1000011 | 1000000 |
Color Harmonies of #65BCE1
Complementary color
Monochromatic Colors of #65BCE1
Black with #65BCE1
Text Example
Text Example
White with #65BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCE1; }
p { color: rgb(101,188,225); }
H1.HeaderClassName
{
color: #65BCE1;
}
.AnyTagClassName
{
color: #65BCE1;
}
</style>
background-color css
<style>
a { background-color: #65BCE1; }
a { background-color: rgb(101,188,225); }
div.DivClassName
{
background-color: #65BCE1;
}
.BgClassName
{
background-color: #65BCE1;
}
</style>
border-color css
<style>
span { border-color: #65BCE1; }
span { border-color: rgb(101,188,225); }
td.TdClassName
{
border-color: #65BCE1;
}
.TagClassName
{
border-color: #65BCE1;
}
</style>