Shades of Malibu #66AFE0
Tints of Malibu #66AFE0
RGB
CMYK
RGB Variations
Color information
#66AFE0 (or 0x66AFE0) is known color: Malibu. HEX triplet: 66, AF and E0. RGB value is (102,175,224). Sum of RGB (Red+Green+Blue) = 102+175+224=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #66AFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66AFE0 is #99501F. Grayscale: #9E9E9E. Windows color (decimal): -10047520 or 14724966. OLE color: 14724966.
HSL color Cylindrical-coordinate representation of color #66AFE0: hue angle of 204.1º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66AFE0 is Cyan = 0.54, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 175 | 224 | - |
| CMYK | 0.54 | 0.22 | 0 | 0.12 |
| HSL | 204.1º | 0.66% | 0.64% | - |
| HSV(B) | 204.1º | 0.54% | 0.88% | - |
| XYZ | 34.26 | 38.87 | 76.22 | - |
| YUV | 158.76 | 164.82 | 87.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 175 | 224 | 0.54 | 0.22 | 0 | 0.12 | 204.1 | 0.66 | 0.64 |
| Hex | 66 | AF | E0 | 36 | 16 | 0 | C | CC | 42 | 40 |
| Octal | 146 | 257 | 340 | 66 | 26 | 0 | 14 | 314 | 102 | 100 |
| Binary | 1100110 | 10101111 | 11100000 | 110110 | 10110 | 0 | 1100 | 11001100 | 1000010 | 1000000 |
Color Harmonies of #66AFE0
Complementary color
Monochromatic Colors of #66AFE0
Black with #66AFE0
Text Example
Text Example
White with #66AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66AFE0; }
p { color: rgb(102,175,224); }
H1.HeaderClassName
{
color: #66AFE0;
}
.AnyTagClassName
{
color: #66AFE0;
}
</style>
background-color css
<style>
a { background-color: #66AFE0; }
a { background-color: rgb(102,175,224); }
div.DivClassName
{
background-color: #66AFE0;
}
.BgClassName
{
background-color: #66AFE0;
}
</style>
border-color css
<style>
span { border-color: #66AFE0; }
span { border-color: rgb(102,175,224); }
td.TdClassName
{
border-color: #66AFE0;
}
.TagClassName
{
border-color: #66AFE0;
}
</style>