Shades of Malibu #66ADE2
Tints of Malibu #66ADE2
RGB
CMYK
RGB Variations
Color information
#66ADE2 (or 0x66ADE2) is known color: Malibu. HEX triplet: 66, AD and E2. RGB value is (102,173,226). Sum of RGB (Red+Green+Blue) = 102+173+226=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 226 - color contains mainly: blue. Hex color #66ADE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADE2 is #99521D. Grayscale: #9D9D9D. Windows color (decimal): -10048030 or 14855526. OLE color: 14855526.
HSL color Cylindrical-coordinate representation of color #66ADE2: hue angle of 205.65º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66ADE2 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 173 | 226 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.11 |
| HSL | 205.65º | 0.68% | 0.64% | - |
| HSV(B) | 205.65º | 0.55% | 0.89% | - |
| XYZ | 34.15 | 38.2 | 77.53 | - |
| YUV | 157.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 226 | 0.55 | 0.23 | 0 | 0.11 | 205.65 | 0.68 | 0.64 |
| Hex | 66 | AD | E2 | 37 | 17 | 0 | B | CE | 44 | 40 |
| Octal | 146 | 255 | 342 | 67 | 27 | 0 | 13 | 316 | 104 | 100 |
| Binary | 1100110 | 10101101 | 11100010 | 110111 | 10111 | 0 | 1011 | 11001110 | 1000100 | 1000000 |
Color Harmonies of #66ADE2
Complementary color
Monochromatic Colors of #66ADE2
Black with #66ADE2
Text Example
Text Example
White with #66ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADE2; }
p { color: rgb(102,173,226); }
H1.HeaderClassName
{
color: #66ADE2;
}
.AnyTagClassName
{
color: #66ADE2;
}
</style>
background-color css
<style>
a { background-color: #66ADE2; }
a { background-color: rgb(102,173,226); }
div.DivClassName
{
background-color: #66ADE2;
}
.BgClassName
{
background-color: #66ADE2;
}
</style>
border-color css
<style>
span { border-color: #66ADE2; }
span { border-color: rgb(102,173,226); }
td.TdClassName
{
border-color: #66ADE2;
}
.TagClassName
{
border-color: #66ADE2;
}
</style>