Shades of Malibu #65BFE7
Tints of Malibu #65BFE7
RGB
CMYK
RGB Variations
Color information
#65BFE7 (or 0x65BFE7) is known color: Malibu. HEX triplet: 65, BF and E7. RGB value is (101,191,231). Sum of RGB (Red+Green+Blue) = 101+191+231=523 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.31% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 231 (90.62% from 255 or 44.17% from 523); Max value from RGB is 231 - color contains mainly: blue. Hex color #65BFE7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFE7 is #9A4018. Grayscale: #A8A8A8. Windows color (decimal): -10108953 or 15187813. OLE color: 15187813.
HSL color Cylindrical-coordinate representation of color #65BFE7: hue angle of 198.46º degrees, saturation: 0.73, 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 #65BFE7 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 101 | 191 | 231 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.09 |
| HSL | 198.46º | 0.73% | 0.65% | - |
| HSV(B) | 198.46º | 0.56% | 0.91% | - |
| XYZ | 38.42 | 45.8 | 82.42 | - |
| YUV | 168.65 | 163.18 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 231 | 0.56 | 0.17 | 0 | 0.09 | 198.46 | 0.73 | 0.65 |
| Hex | 65 | BF | E7 | 38 | 11 | 0 | 9 | C6 | 49 | 41 |
| Octal | 145 | 277 | 347 | 70 | 21 | 0 | 11 | 306 | 111 | 101 |
| Binary | 1100101 | 10111111 | 11100111 | 111000 | 10001 | 0 | 1001 | 11000110 | 1001001 | 1000001 |
Color Harmonies of #65BFE7
Complementary color
Monochromatic Colors of #65BFE7
Black with #65BFE7
Text Example
Text Example
White with #65BFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFE7; }
p { color: rgb(101,191,231); }
H1.HeaderClassName
{
color: #65BFE7;
}
.AnyTagClassName
{
color: #65BFE7;
}
</style>
background-color css
<style>
a { background-color: #65BFE7; }
a { background-color: rgb(101,191,231); }
div.DivClassName
{
background-color: #65BFE7;
}
.BgClassName
{
background-color: #65BFE7;
}
</style>
border-color css
<style>
span { border-color: #65BFE7; }
span { border-color: rgb(101,191,231); }
td.TdClassName
{
border-color: #65BFE7;
}
.TagClassName
{
border-color: #65BFE7;
}
</style>