Shades of Malibu #66BFDC
Tints of Malibu #66BFDC
RGB
CMYK
RGB Variations
Color information
#66BFDC (or 0x66BFDC) is known color: Malibu. HEX triplet: 66, BF and DC. RGB value is (102,191,220). Sum of RGB (Red+Green+Blue) = 102+191+220=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #66BFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFDC is #994023. Grayscale: #A7A7A7. Windows color (decimal): -10043428 or 14466918. OLE color: 14466918.
HSL color Cylindrical-coordinate representation of color #66BFDC: hue angle of 194.75º 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 #66BFDC is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 191 | 220 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.14 |
| HSL | 194.75º | 0.63% | 0.63% | - |
| HSV(B) | 194.75º | 0.54% | 0.86% | - |
| XYZ | 37.03 | 45.25 | 74.49 | - |
| YUV | 167.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 220 | 0.54 | 0.13 | 0 | 0.14 | 194.75 | 0.63 | 0.63 |
| Hex | 66 | BF | DC | 36 | D | 0 | E | C3 | 3F | 3F |
| Octal | 146 | 277 | 334 | 66 | 15 | 0 | 16 | 303 | 77 | 77 |
| Binary | 1100110 | 10111111 | 11011100 | 110110 | 1101 | 0 | 1110 | 11000011 | 111111 | 111111 |
Color Harmonies of #66BFDC
Complementary color
Monochromatic Colors of #66BFDC
Black with #66BFDC
Text Example
Text Example
White with #66BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFDC; }
p { color: rgb(102,191,220); }
H1.HeaderClassName
{
color: #66BFDC;
}
.AnyTagClassName
{
color: #66BFDC;
}
</style>
background-color css
<style>
a { background-color: #66BFDC; }
a { background-color: rgb(102,191,220); }
div.DivClassName
{
background-color: #66BFDC;
}
.BgClassName
{
background-color: #66BFDC;
}
</style>
border-color css
<style>
span { border-color: #66BFDC; }
span { border-color: rgb(102,191,220); }
td.TdClassName
{
border-color: #66BFDC;
}
.TagClassName
{
border-color: #66BFDC;
}
</style>