Shades of Malibu #66ACE1
Tints of Malibu #66ACE1
RGB
CMYK
RGB Variations
Color information
#66ACE1 (or 0x66ACE1) is known color: Malibu. HEX triplet: 66, AC and E1. RGB value is (102,172,225). Sum of RGB (Red+Green+Blue) = 102+172+225=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 225 (88.28% from 255 or 45.09% from 499); Max value from RGB is 225 - color contains mainly: blue. Hex color #66ACE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ACE1 is #99531E. Grayscale: #9C9C9C. Windows color (decimal): -10048287 or 14789734. OLE color: 14789734.
HSL color Cylindrical-coordinate representation of color #66ACE1: hue angle of 205.85º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66ACE1 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 172 | 225 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.12 |
| HSL | 205.85º | 0.67% | 0.64% | - |
| HSV(B) | 205.85º | 0.55% | 0.88% | - |
| XYZ | 33.82 | 37.77 | 76.74 | - |
| YUV | 157.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 225 | 0.55 | 0.24 | 0 | 0.12 | 205.85 | 0.67 | 0.64 |
| Hex | 66 | AC | E1 | 37 | 18 | 0 | C | CE | 43 | 40 |
| Octal | 146 | 254 | 341 | 67 | 30 | 0 | 14 | 316 | 103 | 100 |
| Binary | 1100110 | 10101100 | 11100001 | 110111 | 11000 | 0 | 1100 | 11001110 | 1000011 | 1000000 |
Color Harmonies of #66ACE1
Complementary color
Monochromatic Colors of #66ACE1
Black with #66ACE1
Text Example
Text Example
White with #66ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACE1; }
p { color: rgb(102,172,225); }
H1.HeaderClassName
{
color: #66ACE1;
}
.AnyTagClassName
{
color: #66ACE1;
}
</style>
background-color css
<style>
a { background-color: #66ACE1; }
a { background-color: rgb(102,172,225); }
div.DivClassName
{
background-color: #66ACE1;
}
.BgClassName
{
background-color: #66ACE1;
}
</style>
border-color css
<style>
span { border-color: #66ACE1; }
span { border-color: rgb(102,172,225); }
td.TdClassName
{
border-color: #66ACE1;
}
.TagClassName
{
border-color: #66ACE1;
}
</style>