Shades of Malibu #66ADEF
Tints of Malibu #66ADEF
RGB
CMYK
RGB Variations
Color information
#66ADEF (or 0x66ADEF) is known color: Malibu. HEX triplet: 66, AD and EF. RGB value is (102,173,239). Sum of RGB (Red+Green+Blue) = 102+173+239=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #66ADEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ADEF is #995210. Grayscale: #9E9E9E. Windows color (decimal): -10048017 or 15707494. OLE color: 15707494.
HSL color Cylindrical-coordinate representation of color #66ADEF: hue angle of 208.91º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66ADEF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 173 | 239 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.06 |
| HSL | 208.91º | 0.81% | 0.67% | - |
| HSV(B) | 208.91º | 0.57% | 0.94% | - |
| XYZ | 36 | 38.94 | 87.28 | - |
| YUV | 159.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 239 | 0.57 | 0.28 | 0 | 0.06 | 208.91 | 0.81 | 0.67 |
| Hex | 66 | AD | EF | 39 | 1C | 0 | 6 | D1 | 51 | 43 |
| Octal | 146 | 255 | 357 | 71 | 34 | 0 | 6 | 321 | 121 | 103 |
| Binary | 1100110 | 10101101 | 11101111 | 111001 | 11100 | 0 | 110 | 11010001 | 1010001 | 1000011 |
Color Harmonies of #66ADEF
Complementary color
Monochromatic Colors of #66ADEF
Black with #66ADEF
Text Example
Text Example
White with #66ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADEF; }
p { color: rgb(102,173,239); }
H1.HeaderClassName
{
color: #66ADEF;
}
.AnyTagClassName
{
color: #66ADEF;
}
</style>
background-color css
<style>
a { background-color: #66ADEF; }
a { background-color: rgb(102,173,239); }
div.DivClassName
{
background-color: #66ADEF;
}
.BgClassName
{
background-color: #66ADEF;
}
</style>
border-color css
<style>
span { border-color: #66ADEF; }
span { border-color: rgb(102,173,239); }
td.TdClassName
{
border-color: #66ADEF;
}
.TagClassName
{
border-color: #66ADEF;
}
</style>