Shades of Malibu #66B7DF
Tints of Malibu #66B7DF
RGB
CMYK
RGB Variations
Color information
#66B7DF (or 0x66B7DF) is known color: Malibu. HEX triplet: 66, B7 and DF. RGB value is (102,183,223). Sum of RGB (Red+Green+Blue) = 102+183+223=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 223 - color contains mainly: blue. Hex color #66B7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7DF is #994820. Grayscale: #A3A3A3. Windows color (decimal): -10045473 or 14661478. OLE color: 14661478.
HSL color Cylindrical-coordinate representation of color #66B7DF: hue angle of 199.83º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B7DF is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 183 | 223 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.13 |
| HSL | 199.83º | 0.65% | 0.64% | - |
| HSV(B) | 199.83º | 0.54% | 0.87% | - |
| XYZ | 35.73 | 42.02 | 76.04 | - |
| YUV | 163.34 | 161.66 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 223 | 0.54 | 0.18 | 0 | 0.13 | 199.83 | 0.65 | 0.64 |
| Hex | 66 | B7 | DF | 36 | 12 | 0 | D | C8 | 41 | 40 |
| Octal | 146 | 267 | 337 | 66 | 22 | 0 | 15 | 310 | 101 | 100 |
| Binary | 1100110 | 10110111 | 11011111 | 110110 | 10010 | 0 | 1101 | 11001000 | 1000001 | 1000000 |
Color Harmonies of #66B7DF
Complementary color
Monochromatic Colors of #66B7DF
Black with #66B7DF
Text Example
Text Example
White with #66B7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B7DF; }
p { color: rgb(102,183,223); }
H1.HeaderClassName
{
color: #66B7DF;
}
.AnyTagClassName
{
color: #66B7DF;
}
</style>
background-color css
<style>
a { background-color: #66B7DF; }
a { background-color: rgb(102,183,223); }
div.DivClassName
{
background-color: #66B7DF;
}
.BgClassName
{
background-color: #66B7DF;
}
</style>
border-color css
<style>
span { border-color: #66B7DF; }
span { border-color: rgb(102,183,223); }
td.TdClassName
{
border-color: #66B7DF;
}
.TagClassName
{
border-color: #66B7DF;
}
</style>