Shades of Malibu #66AED4
Tints of Malibu #66AED4
RGB
CMYK
RGB Variations
Color information
#66AED4 (or 0x66AED4) is known color: Malibu. HEX triplet: 66, AE and D4. RGB value is (102,174,212). Sum of RGB (Red+Green+Blue) = 102+174+212=488 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.90% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 212 (83.20% from 255 or 43.44% from 488); Max value from RGB is 212 - color contains mainly: blue. Hex color #66AED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AED4 is #99512B. Grayscale: #9C9C9C. Windows color (decimal): -10047788 or 13938278. OLE color: 13938278.
HSL color Cylindrical-coordinate representation of color #66AED4: hue angle of 200.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66AED4 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 102 | 174 | 212 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.17 |
| HSL | 200.73º | 0.56% | 0.62% | - |
| HSV(B) | 200.73º | 0.52% | 0.83% | - |
| XYZ | 32.5 | 37.85 | 67.88 | - |
| YUV | 156.8 | 159.15 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 174 | 212 | 0.52 | 0.18 | 0 | 0.17 | 200.73 | 0.56 | 0.62 |
| Hex | 66 | AE | D4 | 34 | 12 | 0 | 11 | C9 | 38 | 3E |
| Octal | 146 | 256 | 324 | 64 | 22 | 0 | 21 | 311 | 70 | 76 |
| Binary | 1100110 | 10101110 | 11010100 | 110100 | 10010 | 0 | 10001 | 11001001 | 111000 | 111110 |
Color Harmonies of #66AED4
Complementary color
Monochromatic Colors of #66AED4
Black with #66AED4
Text Example
Text Example
White with #66AED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AED4; }
p { color: rgb(102,174,212); }
H1.HeaderClassName
{
color: #66AED4;
}
.AnyTagClassName
{
color: #66AED4;
}
</style>
background-color css
<style>
a { background-color: #66AED4; }
a { background-color: rgb(102,174,212); }
div.DivClassName
{
background-color: #66AED4;
}
.BgClassName
{
background-color: #66AED4;
}
</style>
border-color css
<style>
span { border-color: #66AED4; }
span { border-color: rgb(102,174,212); }
td.TdClassName
{
border-color: #66AED4;
}
.TagClassName
{
border-color: #66AED4;
}
</style>