Shades of Malibu #66ABF1
Tints of Malibu #66ABF1
RGB
CMYK
RGB Variations
Color information
#66ABF1 (or 0x66ABF1) is known color: Malibu. HEX triplet: 66, AB and F1. RGB value is (102,171,241). Sum of RGB (Red+Green+Blue) = 102+171+241=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #66ABF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #66ABF1 is #99540E. Grayscale: #9E9E9E. Windows color (decimal): -10048527 or 15838054. OLE color: 15838054.
HSL color Cylindrical-coordinate representation of color #66ABF1: hue angle of 210.22º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66ABF1 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 171 | 241 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.05 |
| HSL | 210.22º | 0.83% | 0.67% | - |
| HSV(B) | 210.22º | 0.58% | 0.95% | - |
| XYZ | 35.92 | 38.3 | 88.72 | - |
| YUV | 158.35 | 174.64 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 171 | 241 | 0.58 | 0.29 | 0 | 0.05 | 210.22 | 0.83 | 0.67 |
| Hex | 66 | AB | F1 | 3A | 1D | 0 | 5 | D2 | 53 | 43 |
| Octal | 146 | 253 | 361 | 72 | 35 | 0 | 5 | 322 | 123 | 103 |
| Binary | 1100110 | 10101011 | 11110001 | 111010 | 11101 | 0 | 101 | 11010010 | 1010011 | 1000011 |
Color Harmonies of #66ABF1
Complementary color
Monochromatic Colors of #66ABF1
Black with #66ABF1
Text Example
Text Example
White with #66ABF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ABF1; }
p { color: rgb(102,171,241); }
H1.HeaderClassName
{
color: #66ABF1;
}
.AnyTagClassName
{
color: #66ABF1;
}
</style>
background-color css
<style>
a { background-color: #66ABF1; }
a { background-color: rgb(102,171,241); }
div.DivClassName
{
background-color: #66ABF1;
}
.BgClassName
{
background-color: #66ABF1;
}
</style>
border-color css
<style>
span { border-color: #66ABF1; }
span { border-color: rgb(102,171,241); }
td.TdClassName
{
border-color: #66ABF1;
}
.TagClassName
{
border-color: #66ABF1;
}
</style>