Shades of Malibu #65BCD9
Tints of Malibu #65BCD9
RGB
CMYK
RGB Variations
Color information
#65BCD9 (or 0x65BCD9) is known color: Malibu. HEX triplet: 65, BC and D9. RGB value is (101,188,217). Sum of RGB (Red+Green+Blue) = 101+188+217=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #65BCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCD9 is #9A4326. Grayscale: #A5A5A5. Windows color (decimal): -10109735 or 14269541. OLE color: 14269541.
HSL color Cylindrical-coordinate representation of color #65BCD9: hue angle of 195º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65BCD9 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 101 | 188 | 217 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.15 |
| HSL | 195º | 0.6% | 0.62% | - |
| HSV(B) | 195º | 0.53% | 0.85% | - |
| XYZ | 35.87 | 43.74 | 72.2 | - |
| YUV | 165.29 | 157.18 | 82.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 217 | 0.53 | 0.13 | 0 | 0.15 | 195 | 0.6 | 0.62 |
| Hex | 65 | BC | D9 | 35 | D | 0 | F | C3 | 3C | 3E |
| Octal | 145 | 274 | 331 | 65 | 15 | 0 | 17 | 303 | 74 | 76 |
| Binary | 1100101 | 10111100 | 11011001 | 110101 | 1101 | 0 | 1111 | 11000011 | 111100 | 111110 |
Color Harmonies of #65BCD9
Complementary color
Monochromatic Colors of #65BCD9
Black with #65BCD9
Text Example
Text Example
White with #65BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCD9; }
p { color: rgb(101,188,217); }
H1.HeaderClassName
{
color: #65BCD9;
}
.AnyTagClassName
{
color: #65BCD9;
}
</style>
background-color css
<style>
a { background-color: #65BCD9; }
a { background-color: rgb(101,188,217); }
div.DivClassName
{
background-color: #65BCD9;
}
.BgClassName
{
background-color: #65BCD9;
}
</style>
border-color css
<style>
span { border-color: #65BCD9; }
span { border-color: rgb(101,188,217); }
td.TdClassName
{
border-color: #65BCD9;
}
.TagClassName
{
border-color: #65BCD9;
}
</style>