Shades of Malibu #65BEE8
Tints of Malibu #65BEE8
RGB
CMYK
RGB Variations
Color information
#65BEE8 (or 0x65BEE8) is known color: Malibu. HEX triplet: 65, BE and E8. RGB value is (101,190,232). Sum of RGB (Red+Green+Blue) = 101+190+232=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 232 (91.02% from 255 or 44.36% from 523); Max value from RGB is 232 - color contains mainly: blue. Hex color #65BEE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BEE8 is #9A4117. Grayscale: #A7A7A7. Windows color (decimal): -10109208 or 15253093. OLE color: 15253093.
HSL color Cylindrical-coordinate representation of color #65BEE8: hue angle of 199.24º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65BEE8 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 190 | 232 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.09 |
| HSL | 199.24º | 0.74% | 0.65% | - |
| HSV(B) | 199.24º | 0.56% | 0.91% | - |
| XYZ | 38.35 | 45.42 | 83.09 | - |
| YUV | 168.18 | 164.01 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 232 | 0.56 | 0.18 | 0 | 0.09 | 199.24 | 0.74 | 0.65 |
| Hex | 65 | BE | E8 | 38 | 12 | 0 | 9 | C7 | 4A | 41 |
| Octal | 145 | 276 | 350 | 70 | 22 | 0 | 11 | 307 | 112 | 101 |
| Binary | 1100101 | 10111110 | 11101000 | 111000 | 10010 | 0 | 1001 | 11000111 | 1001010 | 1000001 |
Color Harmonies of #65BEE8
Complementary color
Monochromatic Colors of #65BEE8
Black with #65BEE8
Text Example
Text Example
White with #65BEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BEE8; }
p { color: rgb(101,190,232); }
H1.HeaderClassName
{
color: #65BEE8;
}
.AnyTagClassName
{
color: #65BEE8;
}
</style>
background-color css
<style>
a { background-color: #65BEE8; }
a { background-color: rgb(101,190,232); }
div.DivClassName
{
background-color: #65BEE8;
}
.BgClassName
{
background-color: #65BEE8;
}
</style>
border-color css
<style>
span { border-color: #65BEE8; }
span { border-color: rgb(101,190,232); }
td.TdClassName
{
border-color: #65BEE8;
}
.TagClassName
{
border-color: #65BEE8;
}
</style>