Shades of Malibu #66BED9
Tints of Malibu #66BED9
RGB
CMYK
RGB Variations
Color information
#66BED9 (or 0x66BED9) is known color: Malibu. HEX triplet: 66, BE and D9. RGB value is (102,190,217). Sum of RGB (Red+Green+Blue) = 102+190+217=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 217 (85.16% from 255 or 42.63% from 509); Max value from RGB is 217 - color contains mainly: blue. Hex color #66BED9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BED9 is #994126. Grayscale: #A6A6A6. Windows color (decimal): -10043687 or 14270054. OLE color: 14270054.
HSL color Cylindrical-coordinate representation of color #66BED9: hue angle of 194.09º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BED9 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 190 | 217 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.15 |
| HSL | 194.09º | 0.6% | 0.63% | - |
| HSV(B) | 194.09º | 0.53% | 0.85% | - |
| XYZ | 36.42 | 44.66 | 72.35 | - |
| YUV | 166.77 | 156.35 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 217 | 0.53 | 0.12 | 0 | 0.15 | 194.09 | 0.6 | 0.63 |
| Hex | 66 | BE | D9 | 35 | C | 0 | F | C2 | 3C | 3F |
| Octal | 146 | 276 | 331 | 65 | 14 | 0 | 17 | 302 | 74 | 77 |
| Binary | 1100110 | 10111110 | 11011001 | 110101 | 1100 | 0 | 1111 | 11000010 | 111100 | 111111 |
Color Harmonies of #66BED9
Complementary color
Monochromatic Colors of #66BED9
Black with #66BED9
Text Example
Text Example
White with #66BED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BED9; }
p { color: rgb(102,190,217); }
H1.HeaderClassName
{
color: #66BED9;
}
.AnyTagClassName
{
color: #66BED9;
}
</style>
background-color css
<style>
a { background-color: #66BED9; }
a { background-color: rgb(102,190,217); }
div.DivClassName
{
background-color: #66BED9;
}
.BgClassName
{
background-color: #66BED9;
}
</style>
border-color css
<style>
span { border-color: #66BED9; }
span { border-color: rgb(102,190,217); }
td.TdClassName
{
border-color: #66BED9;
}
.TagClassName
{
border-color: #66BED9;
}
</style>