Shades of Malibu #65B8E0
Tints of Malibu #65B8E0
RGB
CMYK
RGB Variations
Color information
#65B8E0 (or 0x65B8E0) is known color: Malibu. HEX triplet: 65, B8 and E0. RGB value is (101,184,224). Sum of RGB (Red+Green+Blue) = 101+184+224=509 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.84% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 224 (87.89% from 255 or 44.01% from 509); Max value from RGB is 224 - color contains mainly: blue. Hex color #65B8E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65B8E0 is #9A471F. Grayscale: #A3A3A3. Windows color (decimal): -10110752 or 14727269. OLE color: 14727269.
HSL color Cylindrical-coordinate representation of color #65B8E0: hue angle of 199.51º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65B8E0 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 184 | 224 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.12 |
| HSL | 199.51º | 0.66% | 0.64% | - |
| HSV(B) | 199.51º | 0.55% | 0.88% | - |
| XYZ | 35.96 | 42.43 | 76.82 | - |
| YUV | 163.74 | 162 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 184 | 224 | 0.55 | 0.18 | 0 | 0.12 | 199.51 | 0.66 | 0.64 |
| Hex | 65 | B8 | E0 | 37 | 12 | 0 | C | C8 | 42 | 40 |
| Octal | 145 | 270 | 340 | 67 | 22 | 0 | 14 | 310 | 102 | 100 |
| Binary | 1100101 | 10111000 | 11100000 | 110111 | 10010 | 0 | 1100 | 11001000 | 1000010 | 1000000 |
Color Harmonies of #65B8E0
Complementary color
Monochromatic Colors of #65B8E0
Black with #65B8E0
Text Example
Text Example
White with #65B8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B8E0; }
p { color: rgb(101,184,224); }
H1.HeaderClassName
{
color: #65B8E0;
}
.AnyTagClassName
{
color: #65B8E0;
}
</style>
background-color css
<style>
a { background-color: #65B8E0; }
a { background-color: rgb(101,184,224); }
div.DivClassName
{
background-color: #65B8E0;
}
.BgClassName
{
background-color: #65B8E0;
}
</style>
border-color css
<style>
span { border-color: #65B8E0; }
span { border-color: rgb(101,184,224); }
td.TdClassName
{
border-color: #65B8E0;
}
.TagClassName
{
border-color: #65B8E0;
}
</style>