Shades of Malibu #65BFDC
Tints of Malibu #65BFDC
RGB
CMYK
RGB Variations
Color information
#65BFDC (or 0x65BFDC) is known color: Malibu. HEX triplet: 65, BF and DC. RGB value is (101,191,220). Sum of RGB (Red+Green+Blue) = 101+191+220=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #65BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFDC is #9A4023. Grayscale: #A7A7A7. Windows color (decimal): -10108964 or 14466917. OLE color: 14466917.
HSL color Cylindrical-coordinate representation of color #65BFDC: hue angle of 194.62º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65BFDC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 191 | 220 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.14 |
| HSL | 194.62º | 0.63% | 0.63% | - |
| HSV(B) | 194.62º | 0.54% | 0.86% | - |
| XYZ | 36.92 | 45.2 | 74.49 | - |
| YUV | 167.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 220 | 0.54 | 0.13 | 0 | 0.14 | 194.62 | 0.63 | 0.63 |
| Hex | 65 | BF | DC | 36 | D | 0 | E | C3 | 3F | 3F |
| Octal | 145 | 277 | 334 | 66 | 15 | 0 | 16 | 303 | 77 | 77 |
| Binary | 1100101 | 10111111 | 11011100 | 110110 | 1101 | 0 | 1110 | 11000011 | 111111 | 111111 |
Color Harmonies of #65BFDC
Complementary color
Monochromatic Colors of #65BFDC
Black with #65BFDC
Text Example
Text Example
White with #65BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFDC; }
p { color: rgb(101,191,220); }
H1.HeaderClassName
{
color: #65BFDC;
}
.AnyTagClassName
{
color: #65BFDC;
}
</style>
background-color css
<style>
a { background-color: #65BFDC; }
a { background-color: rgb(101,191,220); }
div.DivClassName
{
background-color: #65BFDC;
}
.BgClassName
{
background-color: #65BFDC;
}
</style>
border-color css
<style>
span { border-color: #65BFDC; }
span { border-color: rgb(101,191,220); }
td.TdClassName
{
border-color: #65BFDC;
}
.TagClassName
{
border-color: #65BFDC;
}
</style>