Shades of Malibu #65BFE0
Tints of Malibu #65BFE0
RGB
CMYK
RGB Variations
Color information
#65BFE0 (or 0x65BFE0) is known color: Malibu. HEX triplet: 65, BF and E0. RGB value is (101,191,224). Sum of RGB (Red+Green+Blue) = 101+191+224=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #65BFE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFE0 is #9A401F. Grayscale: #A7A7A7. Windows color (decimal): -10108960 or 14729061. OLE color: 14729061.
HSL color Cylindrical-coordinate representation of color #65BFE0: hue angle of 196.1º degrees, saturation: 0.66, 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 #65BFE0 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 191 | 224 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.12 |
| HSL | 196.1º | 0.66% | 0.64% | - |
| HSV(B) | 196.1º | 0.55% | 0.88% | - |
| XYZ | 37.45 | 45.41 | 77.31 | - |
| YUV | 167.85 | 159.68 | 80.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 224 | 0.55 | 0.15 | 0 | 0.12 | 196.1 | 0.66 | 0.64 |
| Hex | 65 | BF | E0 | 37 | F | 0 | C | C4 | 42 | 40 |
| Octal | 145 | 277 | 340 | 67 | 17 | 0 | 14 | 304 | 102 | 100 |
| Binary | 1100101 | 10111111 | 11100000 | 110111 | 1111 | 0 | 1100 | 11000100 | 1000010 | 1000000 |
Color Harmonies of #65BFE0
Complementary color
Monochromatic Colors of #65BFE0
Black with #65BFE0
Text Example
Text Example
White with #65BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFE0; }
p { color: rgb(101,191,224); }
H1.HeaderClassName
{
color: #65BFE0;
}
.AnyTagClassName
{
color: #65BFE0;
}
</style>
background-color css
<style>
a { background-color: #65BFE0; }
a { background-color: rgb(101,191,224); }
div.DivClassName
{
background-color: #65BFE0;
}
.BgClassName
{
background-color: #65BFE0;
}
</style>
border-color css
<style>
span { border-color: #65BFE0; }
span { border-color: rgb(101,191,224); }
td.TdClassName
{
border-color: #65BFE0;
}
.TagClassName
{
border-color: #65BFE0;
}
</style>