Shades of Malibu #66BADC
Tints of Malibu #66BADC
RGB
CMYK
RGB Variations
Color information
#66BADC (or 0x66BADC) is known color: Malibu. HEX triplet: 66, BA and DC. RGB value is (102,186,220). Sum of RGB (Red+Green+Blue) = 102+186+220=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #66BADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BADC is #994523. Grayscale: #A4A4A4. Windows color (decimal): -10044708 or 14465638. OLE color: 14465638.
HSL color Cylindrical-coordinate representation of color #66BADC: hue angle of 197.29º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BADC is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 186 | 220 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.14 |
| HSL | 197.29º | 0.63% | 0.63% | - |
| HSV(B) | 197.29º | 0.54% | 0.86% | - |
| XYZ | 35.96 | 43.11 | 74.14 | - |
| YUV | 164.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 220 | 0.54 | 0.15 | 0 | 0.14 | 197.29 | 0.63 | 0.63 |
| Hex | 66 | BA | DC | 36 | F | 0 | E | C5 | 3F | 3F |
| Octal | 146 | 272 | 334 | 66 | 17 | 0 | 16 | 305 | 77 | 77 |
| Binary | 1100110 | 10111010 | 11011100 | 110110 | 1111 | 0 | 1110 | 11000101 | 111111 | 111111 |
Color Harmonies of #66BADC
Complementary color
Monochromatic Colors of #66BADC
Black with #66BADC
Text Example
Text Example
White with #66BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BADC; }
p { color: rgb(102,186,220); }
H1.HeaderClassName
{
color: #66BADC;
}
.AnyTagClassName
{
color: #66BADC;
}
</style>
background-color css
<style>
a { background-color: #66BADC; }
a { background-color: rgb(102,186,220); }
div.DivClassName
{
background-color: #66BADC;
}
.BgClassName
{
background-color: #66BADC;
}
</style>
border-color css
<style>
span { border-color: #66BADC; }
span { border-color: rgb(102,186,220); }
td.TdClassName
{
border-color: #66BADC;
}
.TagClassName
{
border-color: #66BADC;
}
</style>