Shades of Malibu #66BBE5
Tints of Malibu #66BBE5
RGB
CMYK
RGB Variations
Color information
#66BBE5 (or 0x66BBE5) is known color: Malibu. HEX triplet: 66, BB and E5. RGB value is (102,187,229). Sum of RGB (Red+Green+Blue) = 102+187+229=518 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.69% from 518); Green value is 187 (73.44% from 255 or 36.10% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #66BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBE5 is #99441A. Grayscale: #A6A6A6. Windows color (decimal): -10044443 or 15055718. OLE color: 15055718.
HSL color Cylindrical-coordinate representation of color #66BBE5: hue angle of 199.84º 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 #66BBE5 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 187 | 229 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.10 |
| HSL | 199.84º | 0.71% | 0.65% | - |
| HSV(B) | 199.84º | 0.55% | 0.9% | - |
| XYZ | 37.39 | 44.02 | 80.66 | - |
| YUV | 166.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 187 | 229 | 0.55 | 0.18 | 0 | 0.10 | 199.84 | 0.71 | 0.65 |
| Hex | 66 | BB | E5 | 37 | 12 | 0 | A | C8 | 47 | 41 |
| Octal | 146 | 273 | 345 | 67 | 22 | 0 | 12 | 310 | 107 | 101 |
| Binary | 1100110 | 10111011 | 11100101 | 110111 | 10010 | 0 | 1010 | 11001000 | 1000111 | 1000001 |
Color Harmonies of #66BBE5
Complementary color
Monochromatic Colors of #66BBE5
Black with #66BBE5
Text Example
Text Example
White with #66BBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BBE5; }
p { color: rgb(102,187,229); }
H1.HeaderClassName
{
color: #66BBE5;
}
.AnyTagClassName
{
color: #66BBE5;
}
</style>
background-color css
<style>
a { background-color: #66BBE5; }
a { background-color: rgb(102,187,229); }
div.DivClassName
{
background-color: #66BBE5;
}
.BgClassName
{
background-color: #66BBE5;
}
</style>
border-color css
<style>
span { border-color: #66BBE5; }
span { border-color: rgb(102,187,229); }
td.TdClassName
{
border-color: #66BBE5;
}
.TagClassName
{
border-color: #66BBE5;
}
</style>