Shades of Malibu #66B5DF
Tints of Malibu #66B5DF
RGB
CMYK
RGB Variations
Color information
#66B5DF (or 0x66B5DF) is known color: Malibu. HEX triplet: 66, B5 and DF. RGB value is (102,181,223). Sum of RGB (Red+Green+Blue) = 102+181+223=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #66B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B5DF is #994A20. Grayscale: #A1A1A1. Windows color (decimal): -10045985 or 14660966. OLE color: 14660966.
HSL color Cylindrical-coordinate representation of color #66B5DF: hue angle of 200.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 #66B5DF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 181 | 223 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.13 |
| HSL | 200.83º | 0.65% | 0.64% | - |
| HSV(B) | 200.83º | 0.54% | 0.87% | - |
| XYZ | 35.32 | 41.2 | 75.9 | - |
| YUV | 162.17 | 162.33 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 181 | 223 | 0.54 | 0.19 | 0 | 0.13 | 200.83 | 0.65 | 0.64 |
| Hex | 66 | B5 | DF | 36 | 13 | 0 | D | C9 | 41 | 40 |
| Octal | 146 | 265 | 337 | 66 | 23 | 0 | 15 | 311 | 101 | 100 |
| Binary | 1100110 | 10110101 | 11011111 | 110110 | 10011 | 0 | 1101 | 11001001 | 1000001 | 1000000 |
Color Harmonies of #66B5DF
Complementary color
Monochromatic Colors of #66B5DF
Black with #66B5DF
Text Example
Text Example
White with #66B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B5DF; }
p { color: rgb(102,181,223); }
H1.HeaderClassName
{
color: #66B5DF;
}
.AnyTagClassName
{
color: #66B5DF;
}
</style>
background-color css
<style>
a { background-color: #66B5DF; }
a { background-color: rgb(102,181,223); }
div.DivClassName
{
background-color: #66B5DF;
}
.BgClassName
{
background-color: #66B5DF;
}
</style>
border-color css
<style>
span { border-color: #66B5DF; }
span { border-color: rgb(102,181,223); }
td.TdClassName
{
border-color: #66B5DF;
}
.TagClassName
{
border-color: #66B5DF;
}
</style>