Shades of Malibu #65BCDF
Tints of Malibu #65BCDF
RGB
CMYK
RGB Variations
Color information
#65BCDF (or 0x65BCDF) is known color: Malibu. HEX triplet: 65, BC and DF. RGB value is (101,188,223). Sum of RGB (Red+Green+Blue) = 101+188+223=512 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.73% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #65BCDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCDF is #9A4320. Grayscale: #A5A5A5. Windows color (decimal): -10109729 or 14662757. OLE color: 14662757.
HSL color Cylindrical-coordinate representation of color #65BCDF: hue angle of 197.21º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65BCDF is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 188 | 223 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.13 |
| HSL | 197.21º | 0.66% | 0.64% | - |
| HSV(B) | 197.21º | 0.55% | 0.87% | - |
| XYZ | 36.67 | 44.06 | 76.38 | - |
| YUV | 165.98 | 160.18 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 223 | 0.55 | 0.16 | 0 | 0.13 | 197.21 | 0.66 | 0.64 |
| Hex | 65 | BC | DF | 37 | 10 | 0 | D | C5 | 42 | 40 |
| Octal | 145 | 274 | 337 | 67 | 20 | 0 | 15 | 305 | 102 | 100 |
| Binary | 1100101 | 10111100 | 11011111 | 110111 | 10000 | 0 | 1101 | 11000101 | 1000010 | 1000000 |
Color Harmonies of #65BCDF
Complementary color
Monochromatic Colors of #65BCDF
Black with #65BCDF
Text Example
Text Example
White with #65BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCDF; }
p { color: rgb(101,188,223); }
H1.HeaderClassName
{
color: #65BCDF;
}
.AnyTagClassName
{
color: #65BCDF;
}
</style>
background-color css
<style>
a { background-color: #65BCDF; }
a { background-color: rgb(101,188,223); }
div.DivClassName
{
background-color: #65BCDF;
}
.BgClassName
{
background-color: #65BCDF;
}
</style>
border-color css
<style>
span { border-color: #65BCDF; }
span { border-color: rgb(101,188,223); }
td.TdClassName
{
border-color: #65BCDF;
}
.TagClassName
{
border-color: #65BCDF;
}
</style>