Shades of Malibu #66BADB
Tints of Malibu #66BADB
RGB
CMYK
RGB Variations
Color information
#66BADB (or 0x66BADB) is known color: Malibu. HEX triplet: 66, BA and DB. RGB value is (102,186,219). Sum of RGB (Red+Green+Blue) = 102+186+219=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #66BADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BADB is #994524. Grayscale: #A4A4A4. Windows color (decimal): -10044709 or 14400102. OLE color: 14400102.
HSL color Cylindrical-coordinate representation of color #66BADB: hue angle of 196.92º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BADB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 186 | 219 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.14 |
| HSL | 196.92º | 0.62% | 0.63% | - |
| HSV(B) | 196.92º | 0.53% | 0.86% | - |
| XYZ | 35.82 | 43.06 | 73.44 | - |
| YUV | 164.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 219 | 0.53 | 0.15 | 0 | 0.14 | 196.92 | 0.62 | 0.63 |
| Hex | 66 | BA | DB | 35 | F | 0 | E | C5 | 3E | 3F |
| Octal | 146 | 272 | 333 | 65 | 17 | 0 | 16 | 305 | 76 | 77 |
| Binary | 1100110 | 10111010 | 11011011 | 110101 | 1111 | 0 | 1110 | 11000101 | 111110 | 111111 |
Color Harmonies of #66BADB
Complementary color
Monochromatic Colors of #66BADB
Black with #66BADB
Text Example
Text Example
White with #66BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BADB; }
p { color: rgb(102,186,219); }
H1.HeaderClassName
{
color: #66BADB;
}
.AnyTagClassName
{
color: #66BADB;
}
</style>
background-color css
<style>
a { background-color: #66BADB; }
a { background-color: rgb(102,186,219); }
div.DivClassName
{
background-color: #66BADB;
}
.BgClassName
{
background-color: #66BADB;
}
</style>
border-color css
<style>
span { border-color: #66BADB; }
span { border-color: rgb(102,186,219); }
td.TdClassName
{
border-color: #66BADB;
}
.TagClassName
{
border-color: #66BADB;
}
</style>