Shades of Malibu #65BCEB
Tints of Malibu #65BCEB
RGB
CMYK
RGB Variations
Color information
#65BCEB (or 0x65BCEB) is known color: Malibu. HEX triplet: 65, BC and EB. RGB value is (101,188,235). Sum of RGB (Red+Green+Blue) = 101+188+235=524 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.27% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 235 (92.19% from 255 or 44.85% from 524); Max value from RGB is 235 - color contains mainly: blue. Hex color #65BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65BCEB is #9A4314. Grayscale: #A7A7A7. Windows color (decimal): -10109717 or 15449189. OLE color: 15449189.
HSL color Cylindrical-coordinate representation of color #65BCEB: hue angle of 201.04º 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 #65BCEB is Cyan = 0.57, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 101 | 188 | 235 | - |
| CMYK | 0.57 | 0.2 | 0 | 0.08 |
| HSL | 201.04º | 0.77% | 0.66% | - |
| HSV(B) | 201.04º | 0.57% | 0.92% | - |
| XYZ | 38.35 | 44.73 | 85.21 | - |
| YUV | 167.35 | 166.18 | 80.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 235 | 0.57 | 0.2 | 0 | 0.08 | 201.04 | 0.77 | 0.66 |
| Hex | 65 | BC | EB | 39 | 14 | 0 | 8 | C9 | 4D | 42 |
| Octal | 145 | 274 | 353 | 71 | 24 | 0 | 10 | 311 | 115 | 102 |
| Binary | 1100101 | 10111100 | 11101011 | 111001 | 10100 | 0 | 1000 | 11001001 | 1001101 | 1000010 |
Color Harmonies of #65BCEB
Complementary color
Monochromatic Colors of #65BCEB
Black with #65BCEB
Text Example
Text Example
White with #65BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCEB; }
p { color: rgb(101,188,235); }
H1.HeaderClassName
{
color: #65BCEB;
}
.AnyTagClassName
{
color: #65BCEB;
}
</style>
background-color css
<style>
a { background-color: #65BCEB; }
a { background-color: rgb(101,188,235); }
div.DivClassName
{
background-color: #65BCEB;
}
.BgClassName
{
background-color: #65BCEB;
}
</style>
border-color css
<style>
span { border-color: #65BCEB; }
span { border-color: rgb(101,188,235); }
td.TdClassName
{
border-color: #65BCEB;
}
.TagClassName
{
border-color: #65BCEB;
}
</style>