Shades of Malibu #66BED7
Tints of Malibu #66BED7
RGB
CMYK
RGB Variations
Color information
#66BED7 (or 0x66BED7) is known color: Malibu. HEX triplet: 66, BE and D7. RGB value is (102,190,215). Sum of RGB (Red+Green+Blue) = 102+190+215=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #66BED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BED7 is #994128. Grayscale: #A6A6A6. Windows color (decimal): -10043689 or 14138982. OLE color: 14138982.
HSL color Cylindrical-coordinate representation of color #66BED7: hue angle of 193.27º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BED7 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 190 | 215 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.16 |
| HSL | 193.27º | 0.59% | 0.62% | - |
| HSV(B) | 193.27º | 0.53% | 0.84% | - |
| XYZ | 36.16 | 44.56 | 70.98 | - |
| YUV | 166.54 | 155.35 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 215 | 0.53 | 0.12 | 0 | 0.16 | 193.27 | 0.59 | 0.62 |
| Hex | 66 | BE | D7 | 35 | C | 0 | 10 | C1 | 3B | 3E |
| Octal | 146 | 276 | 327 | 65 | 14 | 0 | 20 | 301 | 73 | 76 |
| Binary | 1100110 | 10111110 | 11010111 | 110101 | 1100 | 0 | 10000 | 11000001 | 111011 | 111110 |
Color Harmonies of #66BED7
Complementary color
Monochromatic Colors of #66BED7
Black with #66BED7
Text Example
Text Example
White with #66BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BED7; }
p { color: rgb(102,190,215); }
H1.HeaderClassName
{
color: #66BED7;
}
.AnyTagClassName
{
color: #66BED7;
}
</style>
background-color css
<style>
a { background-color: #66BED7; }
a { background-color: rgb(102,190,215); }
div.DivClassName
{
background-color: #66BED7;
}
.BgClassName
{
background-color: #66BED7;
}
</style>
border-color css
<style>
span { border-color: #66BED7; }
span { border-color: rgb(102,190,215); }
td.TdClassName
{
border-color: #66BED7;
}
.TagClassName
{
border-color: #66BED7;
}
</style>