Shades of Malibu #65BFE6
Tints of Malibu #65BFE6
RGB
CMYK
RGB Variations
Color information
#65BFE6 (or 0x65BFE6) is known color: Malibu. HEX triplet: 65, BF and E6. RGB value is (101,191,230). Sum of RGB (Red+Green+Blue) = 101+191+230=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 191 (75% from 255 or 36.59% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #65BFE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BFE6 is #9A4019. Grayscale: #A8A8A8. Windows color (decimal): -10108954 or 15122277. OLE color: 15122277.
HSL color Cylindrical-coordinate representation of color #65BFE6: hue angle of 198.14º 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 #65BFE6 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 191 | 230 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.10 |
| HSL | 198.14º | 0.72% | 0.65% | - |
| HSV(B) | 198.14º | 0.56% | 0.9% | - |
| XYZ | 38.28 | 45.74 | 81.67 | - |
| YUV | 168.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 230 | 0.56 | 0.17 | 0 | 0.10 | 198.14 | 0.72 | 0.65 |
| Hex | 65 | BF | E6 | 38 | 11 | 0 | A | C6 | 48 | 41 |
| Octal | 145 | 277 | 346 | 70 | 21 | 0 | 12 | 306 | 110 | 101 |
| Binary | 1100101 | 10111111 | 11100110 | 111000 | 10001 | 0 | 1010 | 11000110 | 1001000 | 1000001 |
Color Harmonies of #65BFE6
Complementary color
Monochromatic Colors of #65BFE6
Black with #65BFE6
Text Example
Text Example
White with #65BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFE6; }
p { color: rgb(101,191,230); }
H1.HeaderClassName
{
color: #65BFE6;
}
.AnyTagClassName
{
color: #65BFE6;
}
</style>
background-color css
<style>
a { background-color: #65BFE6; }
a { background-color: rgb(101,191,230); }
div.DivClassName
{
background-color: #65BFE6;
}
.BgClassName
{
background-color: #65BFE6;
}
</style>
border-color css
<style>
span { border-color: #65BFE6; }
span { border-color: rgb(101,191,230); }
td.TdClassName
{
border-color: #65BFE6;
}
.TagClassName
{
border-color: #65BFE6;
}
</style>