Shades of Malibu #66ADE5
Tints of Malibu #66ADE5
RGB
CMYK
RGB Variations
Color information
#66ADE5 (or 0x66ADE5) is known color: Malibu. HEX triplet: 66, AD and E5. RGB value is (102,173,229). Sum of RGB (Red+Green+Blue) = 102+173+229=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #66ADE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66ADE5 is #99521A. Grayscale: #9D9D9D. Windows color (decimal): -10048027 or 15052134. OLE color: 15052134.
HSL color Cylindrical-coordinate representation of color #66ADE5: hue angle of 206.46º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66ADE5 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 173 | 229 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.10 |
| HSL | 206.46º | 0.71% | 0.65% | - |
| HSV(B) | 206.46º | 0.55% | 0.9% | - |
| XYZ | 34.57 | 38.37 | 79.71 | - |
| YUV | 158.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 173 | 229 | 0.55 | 0.24 | 0 | 0.10 | 206.46 | 0.71 | 0.65 |
| Hex | 66 | AD | E5 | 37 | 18 | 0 | A | CE | 47 | 41 |
| Octal | 146 | 255 | 345 | 67 | 30 | 0 | 12 | 316 | 107 | 101 |
| Binary | 1100110 | 10101101 | 11100101 | 110111 | 11000 | 0 | 1010 | 11001110 | 1000111 | 1000001 |
Color Harmonies of #66ADE5
Complementary color
Monochromatic Colors of #66ADE5
Black with #66ADE5
Text Example
Text Example
White with #66ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ADE5; }
p { color: rgb(102,173,229); }
H1.HeaderClassName
{
color: #66ADE5;
}
.AnyTagClassName
{
color: #66ADE5;
}
</style>
background-color css
<style>
a { background-color: #66ADE5; }
a { background-color: rgb(102,173,229); }
div.DivClassName
{
background-color: #66ADE5;
}
.BgClassName
{
background-color: #66ADE5;
}
</style>
border-color css
<style>
span { border-color: #66ADE5; }
span { border-color: rgb(102,173,229); }
td.TdClassName
{
border-color: #66ADE5;
}
.TagClassName
{
border-color: #66ADE5;
}
</style>