Shades of Malibu #65BFDA
Tints of Malibu #65BFDA
RGB
CMYK
RGB Variations
Color information
#65BFDA (or 0x65BFDA) is known color: Malibu. HEX triplet: 65, BF and DA. RGB value is (101,191,218). Sum of RGB (Red+Green+Blue) = 101+191+218=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #65BFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BFDA is #9A4025. Grayscale: #A6A6A6. Windows color (decimal): -10108966 or 14335845. OLE color: 14335845.
HSL color Cylindrical-coordinate representation of color #65BFDA: hue angle of 193.85º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65BFDA is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 191 | 218 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.15 |
| HSL | 193.85º | 0.61% | 0.63% | - |
| HSV(B) | 193.85º | 0.54% | 0.85% | - |
| XYZ | 36.65 | 45.09 | 73.1 | - |
| YUV | 167.17 | 156.68 | 80.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 218 | 0.54 | 0.12 | 0 | 0.15 | 193.85 | 0.61 | 0.63 |
| Hex | 65 | BF | DA | 36 | C | 0 | F | C2 | 3D | 3F |
| Octal | 145 | 277 | 332 | 66 | 14 | 0 | 17 | 302 | 75 | 77 |
| Binary | 1100101 | 10111111 | 11011010 | 110110 | 1100 | 0 | 1111 | 11000010 | 111101 | 111111 |
Color Harmonies of #65BFDA
Complementary color
Monochromatic Colors of #65BFDA
Black with #65BFDA
Text Example
Text Example
White with #65BFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BFDA; }
p { color: rgb(101,191,218); }
H1.HeaderClassName
{
color: #65BFDA;
}
.AnyTagClassName
{
color: #65BFDA;
}
</style>
background-color css
<style>
a { background-color: #65BFDA; }
a { background-color: rgb(101,191,218); }
div.DivClassName
{
background-color: #65BFDA;
}
.BgClassName
{
background-color: #65BFDA;
}
</style>
border-color css
<style>
span { border-color: #65BFDA; }
span { border-color: rgb(101,191,218); }
td.TdClassName
{
border-color: #65BFDA;
}
.TagClassName
{
border-color: #65BFDA;
}
</style>