Shades of Malibu #66BFDB
Tints of Malibu #66BFDB
RGB
CMYK
RGB Variations
Color information
#66BFDB (or 0x66BFDB) is known color: Malibu. HEX triplet: 66, BF and DB. RGB value is (102,191,219). Sum of RGB (Red+Green+Blue) = 102+191+219=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #66BFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BFDB is #994024. Grayscale: #A7A7A7. Windows color (decimal): -10043429 or 14401382. OLE color: 14401382.
HSL color Cylindrical-coordinate representation of color #66BFDB: hue angle of 194.36º 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 #66BFDB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 191 | 219 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.14 |
| HSL | 194.36º | 0.62% | 0.63% | - |
| HSV(B) | 194.36º | 0.53% | 0.86% | - |
| XYZ | 36.9 | 45.2 | 73.8 | - |
| YUV | 167.58 | 157.01 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 219 | 0.53 | 0.13 | 0 | 0.14 | 194.36 | 0.62 | 0.63 |
| Hex | 66 | BF | DB | 35 | D | 0 | E | C2 | 3E | 3F |
| Octal | 146 | 277 | 333 | 65 | 15 | 0 | 16 | 302 | 76 | 77 |
| Binary | 1100110 | 10111111 | 11011011 | 110101 | 1101 | 0 | 1110 | 11000010 | 111110 | 111111 |
Color Harmonies of #66BFDB
Complementary color
Monochromatic Colors of #66BFDB
Black with #66BFDB
Text Example
Text Example
White with #66BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFDB; }
p { color: rgb(102,191,219); }
H1.HeaderClassName
{
color: #66BFDB;
}
.AnyTagClassName
{
color: #66BFDB;
}
</style>
background-color css
<style>
a { background-color: #66BFDB; }
a { background-color: rgb(102,191,219); }
div.DivClassName
{
background-color: #66BFDB;
}
.BgClassName
{
background-color: #66BFDB;
}
</style>
border-color css
<style>
span { border-color: #66BFDB; }
span { border-color: rgb(102,191,219); }
td.TdClassName
{
border-color: #66BFDB;
}
.TagClassName
{
border-color: #66BFDB;
}
</style>