Shades of Malibu #66BDDB
Tints of Malibu #66BDDB
RGB
CMYK
RGB Variations
Color information
#66BDDB (or 0x66BDDB) is known color: Malibu. HEX triplet: 66, BD and DB. RGB value is (102,189,219). Sum of RGB (Red+Green+Blue) = 102+189+219=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #66BDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BDDB is #994224. Grayscale: #A6A6A6. Windows color (decimal): -10043941 or 14400870. OLE color: 14400870.
HSL color Cylindrical-coordinate representation of color #66BDDB: hue angle of 195.38º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BDDB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 189 | 219 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.14 |
| HSL | 195.38º | 0.62% | 0.63% | - |
| HSV(B) | 195.38º | 0.53% | 0.86% | - |
| XYZ | 36.46 | 44.33 | 73.65 | - |
| YUV | 166.41 | 157.68 | 82.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 219 | 0.53 | 0.14 | 0 | 0.14 | 195.38 | 0.62 | 0.63 |
| Hex | 66 | BD | DB | 35 | E | 0 | E | C3 | 3E | 3F |
| Octal | 146 | 275 | 333 | 65 | 16 | 0 | 16 | 303 | 76 | 77 |
| Binary | 1100110 | 10111101 | 11011011 | 110101 | 1110 | 0 | 1110 | 11000011 | 111110 | 111111 |
Color Harmonies of #66BDDB
Complementary color
Monochromatic Colors of #66BDDB
Black with #66BDDB
Text Example
Text Example
White with #66BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDDB; }
p { color: rgb(102,189,219); }
H1.HeaderClassName
{
color: #66BDDB;
}
.AnyTagClassName
{
color: #66BDDB;
}
</style>
background-color css
<style>
a { background-color: #66BDDB; }
a { background-color: rgb(102,189,219); }
div.DivClassName
{
background-color: #66BDDB;
}
.BgClassName
{
background-color: #66BDDB;
}
</style>
border-color css
<style>
span { border-color: #66BDDB; }
span { border-color: rgb(102,189,219); }
td.TdClassName
{
border-color: #66BDDB;
}
.TagClassName
{
border-color: #66BDDB;
}
</style>