Shades of Malibu #66ACF0
Tints of Malibu #66ACF0
RGB
CMYK
RGB Variations
Color information
#66ACF0 (or 0x66ACF0) is known color: Malibu. HEX triplet: 66, AC and F0. RGB value is (102,172,240). Sum of RGB (Red+Green+Blue) = 102+172+240=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 172 (67.58% from 255 or 33.46% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #66ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACF0 is #99530F. Grayscale: #9E9E9E. Windows color (decimal): -10048272 or 15772774. OLE color: 15772774.
HSL color Cylindrical-coordinate representation of color #66ACF0: hue angle of 209.57º degrees, saturation: 0.82, 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 #66ACF0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 172 | 240 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.06 |
| HSL | 209.57º | 0.82% | 0.67% | - |
| HSV(B) | 209.57º | 0.58% | 0.94% | - |
| XYZ | 35.96 | 38.62 | 88 | - |
| YUV | 158.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 240 | 0.58 | 0.28 | 0 | 0.06 | 209.57 | 0.82 | 0.67 |
| Hex | 66 | AC | F0 | 3A | 1C | 0 | 6 | D2 | 52 | 43 |
| Octal | 146 | 254 | 360 | 72 | 34 | 0 | 6 | 322 | 122 | 103 |
| Binary | 1100110 | 10101100 | 11110000 | 111010 | 11100 | 0 | 110 | 11010010 | 1010010 | 1000011 |
Color Harmonies of #66ACF0
Complementary color
Monochromatic Colors of #66ACF0
Black with #66ACF0
Text Example
Text Example
White with #66ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACF0; }
p { color: rgb(102,172,240); }
H1.HeaderClassName
{
color: #66ACF0;
}
.AnyTagClassName
{
color: #66ACF0;
}
</style>
background-color css
<style>
a { background-color: #66ACF0; }
a { background-color: rgb(102,172,240); }
div.DivClassName
{
background-color: #66ACF0;
}
.BgClassName
{
background-color: #66ACF0;
}
</style>
border-color css
<style>
span { border-color: #66ACF0; }
span { border-color: rgb(102,172,240); }
td.TdClassName
{
border-color: #66ACF0;
}
.TagClassName
{
border-color: #66ACF0;
}
</style>