Shades of Malibu #65BEE6
Tints of Malibu #65BEE6
RGB
CMYK
RGB Variations
Color information
#65BEE6 (or 0x65BEE6) is known color: Malibu. HEX triplet: 65, BE and E6. RGB value is (101,190,230). Sum of RGB (Red+Green+Blue) = 101+190+230=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 230 (90.23% from 255 or 44.15% from 521); Max value from RGB is 230 - color contains mainly: blue. Hex color #65BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BEE6 is #9A4119. Grayscale: #A7A7A7. Windows color (decimal): -10109210 or 15122021. OLE color: 15122021.
HSL color Cylindrical-coordinate representation of color #65BEE6: hue angle of 198.6º 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 #65BEE6 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 190 | 230 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.10 |
| HSL | 198.6º | 0.72% | 0.65% | - |
| HSV(B) | 198.6º | 0.56% | 0.9% | - |
| XYZ | 38.06 | 45.31 | 81.6 | - |
| YUV | 167.95 | 163.01 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 190 | 230 | 0.56 | 0.17 | 0 | 0.10 | 198.6 | 0.72 | 0.65 |
| Hex | 65 | BE | E6 | 38 | 11 | 0 | A | C7 | 48 | 41 |
| Octal | 145 | 276 | 346 | 70 | 21 | 0 | 12 | 307 | 110 | 101 |
| Binary | 1100101 | 10111110 | 11100110 | 111000 | 10001 | 0 | 1010 | 11000111 | 1001000 | 1000001 |
Color Harmonies of #65BEE6
Complementary color
Monochromatic Colors of #65BEE6
Black with #65BEE6
Text Example
Text Example
White with #65BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BEE6; }
p { color: rgb(101,190,230); }
H1.HeaderClassName
{
color: #65BEE6;
}
.AnyTagClassName
{
color: #65BEE6;
}
</style>
background-color css
<style>
a { background-color: #65BEE6; }
a { background-color: rgb(101,190,230); }
div.DivClassName
{
background-color: #65BEE6;
}
.BgClassName
{
background-color: #65BEE6;
}
</style>
border-color css
<style>
span { border-color: #65BEE6; }
span { border-color: rgb(101,190,230); }
td.TdClassName
{
border-color: #65BEE6;
}
.TagClassName
{
border-color: #65BEE6;
}
</style>