Shades of Malibu #65ADF2
Tints of Malibu #65ADF2
RGB
CMYK
RGB Variations
Color information
#65ADF2 (or 0x65ADF2) is known color: Malibu. HEX triplet: 65, AD and F2. RGB value is (101,173,242). Sum of RGB (Red+Green+Blue) = 101+173+242=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 242 (94.92% from 255 or 46.90% from 516); Max value from RGB is 242 - color contains mainly: blue. Hex color #65ADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65ADF2 is #9A520D. Grayscale: #9E9E9E. Windows color (decimal): -10113550 or 15904101. OLE color: 15904101.
HSL color Cylindrical-coordinate representation of color #65ADF2: hue angle of 209.36º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65ADF2 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 173 | 242 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.05 |
| HSL | 209.36º | 0.84% | 0.67% | - |
| HSV(B) | 209.36º | 0.58% | 0.95% | - |
| XYZ | 36.34 | 39.06 | 89.63 | - |
| YUV | 159.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 242 | 0.58 | 0.29 | 0 | 0.05 | 209.36 | 0.84 | 0.67 |
| Hex | 65 | AD | F2 | 3A | 1D | 0 | 5 | D1 | 54 | 43 |
| Octal | 145 | 255 | 362 | 72 | 35 | 0 | 5 | 321 | 124 | 103 |
| Binary | 1100101 | 10101101 | 11110010 | 111010 | 11101 | 0 | 101 | 11010001 | 1010100 | 1000011 |
Color Harmonies of #65ADF2
Complementary color
Monochromatic Colors of #65ADF2
Black with #65ADF2
Text Example
Text Example
White with #65ADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65ADF2; }
p { color: rgb(101,173,242); }
H1.HeaderClassName
{
color: #65ADF2;
}
.AnyTagClassName
{
color: #65ADF2;
}
</style>
background-color css
<style>
a { background-color: #65ADF2; }
a { background-color: rgb(101,173,242); }
div.DivClassName
{
background-color: #65ADF2;
}
.BgClassName
{
background-color: #65ADF2;
}
</style>
border-color css
<style>
span { border-color: #65ADF2; }
span { border-color: rgb(101,173,242); }
td.TdClassName
{
border-color: #65ADF2;
}
.TagClassName
{
border-color: #65ADF2;
}
</style>