Shades of Malibu #66B4E5
Tints of Malibu #66B4E5
RGB
CMYK
RGB Variations
Color information
#66B4E5 (or 0x66B4E5) is known color: Malibu. HEX triplet: 66, B4 and E5. RGB value is (102,180,229). Sum of RGB (Red+Green+Blue) = 102+180+229=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 229 (89.84% from 255 or 44.81% from 511); Max value from RGB is 229 - color contains mainly: blue. Hex color #66B4E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B4E5 is #994B1A. Grayscale: #A1A1A1. Windows color (decimal): -10046235 or 15053926. OLE color: 15053926.
HSL color Cylindrical-coordinate representation of color #66B4E5: hue angle of 203.15º 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 #66B4E5 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 180 | 229 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.10 |
| HSL | 203.15º | 0.71% | 0.65% | - |
| HSV(B) | 203.15º | 0.55% | 0.9% | - |
| XYZ | 35.94 | 41.12 | 80.17 | - |
| YUV | 162.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 229 | 0.55 | 0.21 | 0 | 0.10 | 203.15 | 0.71 | 0.65 |
| Hex | 66 | B4 | E5 | 37 | 15 | 0 | A | CB | 47 | 41 |
| Octal | 146 | 264 | 345 | 67 | 25 | 0 | 12 | 313 | 107 | 101 |
| Binary | 1100110 | 10110100 | 11100101 | 110111 | 10101 | 0 | 1010 | 11001011 | 1000111 | 1000001 |
Color Harmonies of #66B4E5
Complementary color
Monochromatic Colors of #66B4E5
Black with #66B4E5
Text Example
Text Example
White with #66B4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B4E5; }
p { color: rgb(102,180,229); }
H1.HeaderClassName
{
color: #66B4E5;
}
.AnyTagClassName
{
color: #66B4E5;
}
</style>
background-color css
<style>
a { background-color: #66B4E5; }
a { background-color: rgb(102,180,229); }
div.DivClassName
{
background-color: #66B4E5;
}
.BgClassName
{
background-color: #66B4E5;
}
</style>
border-color css
<style>
span { border-color: #66B4E5; }
span { border-color: rgb(102,180,229); }
td.TdClassName
{
border-color: #66B4E5;
}
.TagClassName
{
border-color: #66B4E5;
}
</style>