Shades of Malibu #65BBD6
Tints of Malibu #65BBD6
RGB
CMYK
RGB Variations
Color information
#65BBD6 (or 0x65BBD6) is known color: Malibu. HEX triplet: 65, BB and D6. RGB value is (101,187,214). Sum of RGB (Red+Green+Blue) = 101+187+214=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #65BBD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BBD6 is #9A4429. Grayscale: #A4A4A4. Windows color (decimal): -10109994 or 14072677. OLE color: 14072677.
HSL color Cylindrical-coordinate representation of color #65BBD6: hue angle of 194.34º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65BBD6 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 187 | 214 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.16 |
| HSL | 194.34º | 0.58% | 0.62% | - |
| HSV(B) | 194.34º | 0.53% | 0.84% | - |
| XYZ | 35.27 | 43.16 | 70.09 | - |
| YUV | 164.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 187 | 214 | 0.53 | 0.13 | 0 | 0.16 | 194.34 | 0.58 | 0.62 |
| Hex | 65 | BB | D6 | 35 | D | 0 | 10 | C2 | 3A | 3E |
| Octal | 145 | 273 | 326 | 65 | 15 | 0 | 20 | 302 | 72 | 76 |
| Binary | 1100101 | 10111011 | 11010110 | 110101 | 1101 | 0 | 10000 | 11000010 | 111010 | 111110 |
Color Harmonies of #65BBD6
Complementary color
Monochromatic Colors of #65BBD6
Black with #65BBD6
Text Example
Text Example
White with #65BBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BBD6; }
p { color: rgb(101,187,214); }
H1.HeaderClassName
{
color: #65BBD6;
}
.AnyTagClassName
{
color: #65BBD6;
}
</style>
background-color css
<style>
a { background-color: #65BBD6; }
a { background-color: rgb(101,187,214); }
div.DivClassName
{
background-color: #65BBD6;
}
.BgClassName
{
background-color: #65BBD6;
}
</style>
border-color css
<style>
span { border-color: #65BBD6; }
span { border-color: rgb(101,187,214); }
td.TdClassName
{
border-color: #65BBD6;
}
.TagClassName
{
border-color: #65BBD6;
}
</style>