Shades of Malibu #65AEDF
Tints of Malibu #65AEDF
RGB
CMYK
RGB Variations
Color information
#65AEDF (or 0x65AEDF) is known color: Malibu. HEX triplet: 65, AE and DF. RGB value is (101,174,223). Sum of RGB (Red+Green+Blue) = 101+174+223=498 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.28% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #65AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65AEDF is #9A5120. Grayscale: #9D9D9D. Windows color (decimal): -10113313 or 14659173. OLE color: 14659173.
HSL color Cylindrical-coordinate representation of color #65AEDF: hue angle of 204.1º 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 #65AEDF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 174 | 223 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.13 |
| HSL | 204.1º | 0.66% | 0.64% | - |
| HSV(B) | 204.1º | 0.55% | 0.87% | - |
| XYZ | 33.82 | 38.37 | 75.43 | - |
| YUV | 157.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 174 | 223 | 0.55 | 0.22 | 0 | 0.13 | 204.1 | 0.66 | 0.64 |
| Hex | 65 | AE | DF | 37 | 16 | 0 | D | CC | 42 | 40 |
| Octal | 145 | 256 | 337 | 67 | 26 | 0 | 15 | 314 | 102 | 100 |
| Binary | 1100101 | 10101110 | 11011111 | 110111 | 10110 | 0 | 1101 | 11001100 | 1000010 | 1000000 |
Color Harmonies of #65AEDF
Complementary color
Monochromatic Colors of #65AEDF
Black with #65AEDF
Text Example
Text Example
White with #65AEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AEDF; }
p { color: rgb(101,174,223); }
H1.HeaderClassName
{
color: #65AEDF;
}
.AnyTagClassName
{
color: #65AEDF;
}
</style>
background-color css
<style>
a { background-color: #65AEDF; }
a { background-color: rgb(101,174,223); }
div.DivClassName
{
background-color: #65AEDF;
}
.BgClassName
{
background-color: #65AEDF;
}
</style>
border-color css
<style>
span { border-color: #65AEDF; }
span { border-color: rgb(101,174,223); }
td.TdClassName
{
border-color: #65AEDF;
}
.TagClassName
{
border-color: #65AEDF;
}
</style>