Shades of Malibu #66B9DF
Tints of Malibu #66B9DF
RGB
CMYK
RGB Variations
Color information
#66B9DF (or 0x66B9DF) is known color: Malibu. HEX triplet: 66, B9 and DF. RGB value is (102,185,223). Sum of RGB (Red+Green+Blue) = 102+185+223=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #66B9DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B9DF is #994620. Grayscale: #A4A4A4. Windows color (decimal): -10044961 or 14661990. OLE color: 14661990.
HSL color Cylindrical-coordinate representation of color #66B9DF: hue angle of 198.84º 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 #66B9DF is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 185 | 223 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.13 |
| HSL | 198.84º | 0.65% | 0.64% | - |
| HSV(B) | 198.84º | 0.54% | 0.87% | - |
| XYZ | 36.15 | 42.85 | 76.18 | - |
| YUV | 164.52 | 161 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 185 | 223 | 0.54 | 0.17 | 0 | 0.13 | 198.84 | 0.65 | 0.64 |
| Hex | 66 | B9 | DF | 36 | 11 | 0 | D | C7 | 41 | 40 |
| Octal | 146 | 271 | 337 | 66 | 21 | 0 | 15 | 307 | 101 | 100 |
| Binary | 1100110 | 10111001 | 11011111 | 110110 | 10001 | 0 | 1101 | 11000111 | 1000001 | 1000000 |
Color Harmonies of #66B9DF
Complementary color
Monochromatic Colors of #66B9DF
Black with #66B9DF
Text Example
Text Example
White with #66B9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B9DF; }
p { color: rgb(102,185,223); }
H1.HeaderClassName
{
color: #66B9DF;
}
.AnyTagClassName
{
color: #66B9DF;
}
</style>
background-color css
<style>
a { background-color: #66B9DF; }
a { background-color: rgb(102,185,223); }
div.DivClassName
{
background-color: #66B9DF;
}
.BgClassName
{
background-color: #66B9DF;
}
</style>
border-color css
<style>
span { border-color: #66B9DF; }
span { border-color: rgb(102,185,223); }
td.TdClassName
{
border-color: #66B9DF;
}
.TagClassName
{
border-color: #66B9DF;
}
</style>