Shades of Malibu #66AED2
Tints of Malibu #66AED2
RGB
CMYK
RGB Variations
Color information
#66AED2 (or 0x66AED2) is known color: Malibu. HEX triplet: 66, AE and D2. RGB value is (102,174,210). Sum of RGB (Red+Green+Blue) = 102+174+210=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 210 (82.42% from 255 or 43.21% from 486); Max value from RGB is 210 - color contains mainly: blue. Hex color #66AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AED2 is #99512D. Grayscale: #9C9C9C. Windows color (decimal): -10047790 or 13807206. OLE color: 13807206.
HSL color Cylindrical-coordinate representation of color #66AED2: hue angle of 200º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66AED2 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 174 | 210 | - |
| CMYK | 0.51 | 0.17 | 0 | 0.18 |
| HSL | 200º | 0.55% | 0.61% | - |
| HSV(B) | 200º | 0.51% | 0.82% | - |
| XYZ | 32.25 | 37.75 | 66.56 | - |
| YUV | 156.58 | 158.15 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 210 | 0.51 | 0.17 | 0 | 0.18 | 200 | 0.55 | 0.61 |
| Hex | 66 | AE | D2 | 33 | 11 | 0 | 12 | C8 | 37 | 3D |
| Octal | 146 | 256 | 322 | 63 | 21 | 0 | 22 | 310 | 67 | 75 |
| Binary | 1100110 | 10101110 | 11010010 | 110011 | 10001 | 0 | 10010 | 11001000 | 110111 | 111101 |
Color Harmonies of #66AED2
Complementary color
Monochromatic Colors of #66AED2
Black with #66AED2
Text Example
Text Example
White with #66AED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AED2; }
p { color: rgb(102,174,210); }
H1.HeaderClassName
{
color: #66AED2;
}
.AnyTagClassName
{
color: #66AED2;
}
</style>
background-color css
<style>
a { background-color: #66AED2; }
a { background-color: rgb(102,174,210); }
div.DivClassName
{
background-color: #66AED2;
}
.BgClassName
{
background-color: #66AED2;
}
</style>
border-color css
<style>
span { border-color: #66AED2; }
span { border-color: rgb(102,174,210); }
td.TdClassName
{
border-color: #66AED2;
}
.TagClassName
{
border-color: #66AED2;
}
</style>