Shades of Malibu #65BDEB
Tints of Malibu #65BDEB
RGB
CMYK
RGB Variations
Color information
#65BDEB (or 0x65BDEB) is known color: Malibu. HEX triplet: 65, BD and EB. RGB value is (101,189,235). Sum of RGB (Red+Green+Blue) = 101+189+235=525 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.24% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #65BDEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BDEB is #9A4214. Grayscale: #A7A7A7. Windows color (decimal): -10109461 or 15449445. OLE color: 15449445.
HSL color Cylindrical-coordinate representation of color #65BDEB: hue angle of 200.6º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65BDEB is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 189 | 235 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.08 |
| HSL | 200.6º | 0.77% | 0.66% | - |
| HSV(B) | 200.6º | 0.57% | 0.92% | - |
| XYZ | 38.56 | 45.16 | 85.28 | - |
| YUV | 167.93 | 165.85 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 189 | 235 | 0.57 | 0.20 | 0 | 0.08 | 200.6 | 0.77 | 0.66 |
| Hex | 65 | BD | EB | 39 | 14 | 0 | 8 | C9 | 4D | 42 |
| Octal | 145 | 275 | 353 | 71 | 24 | 0 | 10 | 311 | 115 | 102 |
| Binary | 1100101 | 10111101 | 11101011 | 111001 | 10100 | 0 | 1000 | 11001001 | 1001101 | 1000010 |
Color Harmonies of #65BDEB
Complementary color
Monochromatic Colors of #65BDEB
Black with #65BDEB
Text Example
Text Example
White with #65BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BDEB; }
p { color: rgb(101,189,235); }
H1.HeaderClassName
{
color: #65BDEB;
}
.AnyTagClassName
{
color: #65BDEB;
}
</style>
background-color css
<style>
a { background-color: #65BDEB; }
a { background-color: rgb(101,189,235); }
div.DivClassName
{
background-color: #65BDEB;
}
.BgClassName
{
background-color: #65BDEB;
}
</style>
border-color css
<style>
span { border-color: #65BDEB; }
span { border-color: rgb(101,189,235); }
td.TdClassName
{
border-color: #65BDEB;
}
.TagClassName
{
border-color: #65BDEB;
}
</style>