Shades of Malibu #65B3E6
Tints of Malibu #65B3E6
RGB
CMYK
RGB Variations
Color information
#65B3E6 (or 0x65B3E6) is known color: Malibu. HEX triplet: 65, B3 and E6. RGB value is (101,179,230). Sum of RGB (Red+Green+Blue) = 101+179+230=510 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.80% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 230 (90.23% from 255 or 45.10% from 510); Max value from RGB is 230 - color contains mainly: blue. Hex color #65B3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65B3E6 is #9A4C19. Grayscale: #A1A1A1. Windows color (decimal): -10112026 or 15119205. OLE color: 15119205.
HSL color Cylindrical-coordinate representation of color #65B3E6: hue angle of 203.72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65B3E6 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 101 | 179 | 230 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.10 |
| HSL | 203.72º | 0.72% | 0.65% | - |
| HSV(B) | 203.72º | 0.56% | 0.9% | - |
| XYZ | 35.77 | 40.72 | 80.84 | - |
| YUV | 161.49 | 166.66 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 179 | 230 | 0.56 | 0.22 | 0 | 0.10 | 203.72 | 0.72 | 0.65 |
| Hex | 65 | B3 | E6 | 38 | 16 | 0 | A | CC | 48 | 41 |
| Octal | 145 | 263 | 346 | 70 | 26 | 0 | 12 | 314 | 110 | 101 |
| Binary | 1100101 | 10110011 | 11100110 | 111000 | 10110 | 0 | 1010 | 11001100 | 1001000 | 1000001 |
Color Harmonies of #65B3E6
Complementary color
Monochromatic Colors of #65B3E6
Black with #65B3E6
Text Example
Text Example
White with #65B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B3E6; }
p { color: rgb(101,179,230); }
H1.HeaderClassName
{
color: #65B3E6;
}
.AnyTagClassName
{
color: #65B3E6;
}
</style>
background-color css
<style>
a { background-color: #65B3E6; }
a { background-color: rgb(101,179,230); }
div.DivClassName
{
background-color: #65B3E6;
}
.BgClassName
{
background-color: #65B3E6;
}
</style>
border-color css
<style>
span { border-color: #65B3E6; }
span { border-color: rgb(101,179,230); }
td.TdClassName
{
border-color: #65B3E6;
}
.TagClassName
{
border-color: #65B3E6;
}
</style>