Shades of Malibu #66ACF3
Tints of Malibu #66ACF3
RGB
CMYK
RGB Variations
Color information
#66ACF3 (or 0x66ACF3) is known color: Malibu. HEX triplet: 66, AC and F3. RGB value is (102,172,243). Sum of RGB (Red+Green+Blue) = 102+172+243=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #66ACF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ACF3 is #99530C. Grayscale: #9E9E9E. Windows color (decimal): -10048269 or 15969382. OLE color: 15969382.
HSL color Cylindrical-coordinate representation of color #66ACF3: hue angle of 210.21º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66ACF3 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 172 | 243 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.05 |
| HSL | 210.21º | 0.85% | 0.68% | - |
| HSV(B) | 210.21º | 0.58% | 0.95% | - |
| XYZ | 36.41 | 38.8 | 90.36 | - |
| YUV | 159.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 172 | 243 | 0.58 | 0.29 | 0 | 0.05 | 210.21 | 0.85 | 0.68 |
| Hex | 66 | AC | F3 | 3A | 1D | 0 | 5 | D2 | 55 | 44 |
| Octal | 146 | 254 | 363 | 72 | 35 | 0 | 5 | 322 | 125 | 104 |
| Binary | 1100110 | 10101100 | 11110011 | 111010 | 11101 | 0 | 101 | 11010010 | 1010101 | 1000100 |
Color Harmonies of #66ACF3
Complementary color
Monochromatic Colors of #66ACF3
Black with #66ACF3
Text Example
Text Example
White with #66ACF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ACF3; }
p { color: rgb(102,172,243); }
H1.HeaderClassName
{
color: #66ACF3;
}
.AnyTagClassName
{
color: #66ACF3;
}
</style>
background-color css
<style>
a { background-color: #66ACF3; }
a { background-color: rgb(102,172,243); }
div.DivClassName
{
background-color: #66ACF3;
}
.BgClassName
{
background-color: #66ACF3;
}
</style>
border-color css
<style>
span { border-color: #66ACF3; }
span { border-color: rgb(102,172,243); }
td.TdClassName
{
border-color: #66ACF3;
}
.TagClassName
{
border-color: #66ACF3;
}
</style>