Shades of Malibu #66BADE
Tints of Malibu #66BADE
RGB
CMYK
RGB Variations
Color information
#66BADE (or 0x66BADE) is known color: Malibu. HEX triplet: 66, BA and DE. RGB value is (102,186,222). Sum of RGB (Red+Green+Blue) = 102+186+222=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #66BADE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BADE is #994521. Grayscale: #A4A4A4. Windows color (decimal): -10044706 or 14596710. OLE color: 14596710.
HSL color Cylindrical-coordinate representation of color #66BADE: hue angle of 198º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BADE is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 186 | 222 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.13 |
| HSL | 198º | 0.65% | 0.64% | - |
| HSV(B) | 198º | 0.54% | 0.87% | - |
| XYZ | 36.22 | 43.22 | 75.54 | - |
| YUV | 164.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 222 | 0.54 | 0.16 | 0 | 0.13 | 198 | 0.65 | 0.64 |
| Hex | 66 | BA | DE | 36 | 10 | 0 | D | C6 | 41 | 40 |
| Octal | 146 | 272 | 336 | 66 | 20 | 0 | 15 | 306 | 101 | 100 |
| Binary | 1100110 | 10111010 | 11011110 | 110110 | 10000 | 0 | 1101 | 11000110 | 1000001 | 1000000 |
Color Harmonies of #66BADE
Complementary color
Monochromatic Colors of #66BADE
Black with #66BADE
Text Example
Text Example
White with #66BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BADE; }
p { color: rgb(102,186,222); }
H1.HeaderClassName
{
color: #66BADE;
}
.AnyTagClassName
{
color: #66BADE;
}
</style>
background-color css
<style>
a { background-color: #66BADE; }
a { background-color: rgb(102,186,222); }
div.DivClassName
{
background-color: #66BADE;
}
.BgClassName
{
background-color: #66BADE;
}
</style>
border-color css
<style>
span { border-color: #66BADE; }
span { border-color: rgb(102,186,222); }
td.TdClassName
{
border-color: #66BADE;
}
.TagClassName
{
border-color: #66BADE;
}
</style>