Shades of Malibu #65BAD2
Tints of Malibu #65BAD2
RGB
CMYK
RGB Variations
Color information
#65BAD2 (or 0x65BAD2) is known color: Malibu. HEX triplet: 65, BA and D2. RGB value is (101,186,210). Sum of RGB (Red+Green+Blue) = 101+186+210=497 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.32% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #65BAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BAD2 is #9A452D. Grayscale: #A3A3A3. Windows color (decimal): -10110254 or 13810277. OLE color: 13810277.
HSL color Cylindrical-coordinate representation of color #65BAD2: hue angle of 193.21º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #65BAD2 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 186 | 210 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.18 |
| HSL | 193.21º | 0.55% | 0.61% | - |
| HSV(B) | 193.21º | 0.52% | 0.82% | - |
| XYZ | 34.56 | 42.54 | 67.36 | - |
| YUV | 163.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 186 | 210 | 0.52 | 0.11 | 0 | 0.18 | 193.21 | 0.55 | 0.61 |
| Hex | 65 | BA | D2 | 34 | B | 0 | 12 | C1 | 37 | 3D |
| Octal | 145 | 272 | 322 | 64 | 13 | 0 | 22 | 301 | 67 | 75 |
| Binary | 1100101 | 10111010 | 11010010 | 110100 | 1011 | 0 | 10010 | 11000001 | 110111 | 111101 |
Color Harmonies of #65BAD2
Complementary color
Monochromatic Colors of #65BAD2
Black with #65BAD2
Text Example
Text Example
White with #65BAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BAD2; }
p { color: rgb(101,186,210); }
H1.HeaderClassName
{
color: #65BAD2;
}
.AnyTagClassName
{
color: #65BAD2;
}
</style>
background-color css
<style>
a { background-color: #65BAD2; }
a { background-color: rgb(101,186,210); }
div.DivClassName
{
background-color: #65BAD2;
}
.BgClassName
{
background-color: #65BAD2;
}
</style>
border-color css
<style>
span { border-color: #65BAD2; }
span { border-color: rgb(101,186,210); }
td.TdClassName
{
border-color: #65BAD2;
}
.TagClassName
{
border-color: #65BAD2;
}
</style>