Shades of Malibu #65ADDF
Tints of Malibu #65ADDF
RGB
CMYK
RGB Variations
Color information
#65ADDF (or 0x65ADDF) is known color: Malibu. HEX triplet: 65, AD and DF. RGB value is (101,173,223). Sum of RGB (Red+Green+Blue) = 101+173+223=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #65ADDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADDF is #9A5220. Grayscale: #9C9C9C. Windows color (decimal): -10113569 or 14658917. OLE color: 14658917.
HSL color Cylindrical-coordinate representation of color #65ADDF: hue angle of 204.59º 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 #65ADDF is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 173 | 223 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.13 |
| HSL | 204.59º | 0.66% | 0.64% | - |
| HSV(B) | 204.59º | 0.55% | 0.87% | - |
| XYZ | 33.63 | 37.98 | 75.37 | - |
| YUV | 157.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 223 | 0.55 | 0.22 | 0 | 0.13 | 204.59 | 0.66 | 0.64 |
| Hex | 65 | AD | DF | 37 | 16 | 0 | D | CD | 42 | 40 |
| Octal | 145 | 255 | 337 | 67 | 26 | 0 | 15 | 315 | 102 | 100 |
| Binary | 1100101 | 10101101 | 11011111 | 110111 | 10110 | 0 | 1101 | 11001101 | 1000010 | 1000000 |
Color Harmonies of #65ADDF
Complementary color
Monochromatic Colors of #65ADDF
Black with #65ADDF
Text Example
Text Example
White with #65ADDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADDF; }
p { color: rgb(101,173,223); }
H1.HeaderClassName
{
color: #65ADDF;
}
.AnyTagClassName
{
color: #65ADDF;
}
</style>
background-color css
<style>
a { background-color: #65ADDF; }
a { background-color: rgb(101,173,223); }
div.DivClassName
{
background-color: #65ADDF;
}
.BgClassName
{
background-color: #65ADDF;
}
</style>
border-color css
<style>
span { border-color: #65ADDF; }
span { border-color: rgb(101,173,223); }
td.TdClassName
{
border-color: #65ADDF;
}
.TagClassName
{
border-color: #65ADDF;
}
</style>