Shades of Malibu #65ADD7
Tints of Malibu #65ADD7
RGB
CMYK
RGB Variations
Color information
#65ADD7 (or 0x65ADD7) is known color: Malibu. HEX triplet: 65, AD and D7. RGB value is (101,173,215). Sum of RGB (Red+Green+Blue) = 101+173+215=489 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.65% from 489); Green value is 173 (67.97% from 255 or 35.38% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #65ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65ADD7 is #9A5228. Grayscale: #9C9C9C. Windows color (decimal): -10113577 or 14134629. OLE color: 14134629.
HSL color Cylindrical-coordinate representation of color #65ADD7: hue angle of 202.11º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65ADD7 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 173 | 215 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.16 |
| HSL | 202.11º | 0.59% | 0.62% | - |
| HSV(B) | 202.11º | 0.53% | 0.84% | - |
| XYZ | 32.58 | 37.56 | 69.82 | - |
| YUV | 156.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 215 | 0.53 | 0.20 | 0 | 0.16 | 202.11 | 0.59 | 0.62 |
| Hex | 65 | AD | D7 | 35 | 14 | 0 | 10 | CA | 3B | 3E |
| Octal | 145 | 255 | 327 | 65 | 24 | 0 | 20 | 312 | 73 | 76 |
| Binary | 1100101 | 10101101 | 11010111 | 110101 | 10100 | 0 | 10000 | 11001010 | 111011 | 111110 |
Color Harmonies of #65ADD7
Complementary color
Monochromatic Colors of #65ADD7
Black with #65ADD7
Text Example
Text Example
White with #65ADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADD7; }
p { color: rgb(101,173,215); }
H1.HeaderClassName
{
color: #65ADD7;
}
.AnyTagClassName
{
color: #65ADD7;
}
</style>
background-color css
<style>
a { background-color: #65ADD7; }
a { background-color: rgb(101,173,215); }
div.DivClassName
{
background-color: #65ADD7;
}
.BgClassName
{
background-color: #65ADD7;
}
</style>
border-color css
<style>
span { border-color: #65ADD7; }
span { border-color: rgb(101,173,215); }
td.TdClassName
{
border-color: #65ADD7;
}
.TagClassName
{
border-color: #65ADD7;
}
</style>