Shades of Malibu #66BAE5
Tints of Malibu #66BAE5
RGB
CMYK
RGB Variations
Color information
#66BAE5 (or 0x66BAE5) is known color: Malibu. HEX triplet: 66, BA and E5. RGB value is (102,186,229). Sum of RGB (Red+Green+Blue) = 102+186+229=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 229 (89.84% from 255 or 44.29% from 517); Max value from RGB is 229 - color contains mainly: blue. Hex color #66BAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BAE5 is #99451A. Grayscale: #A5A5A5. Windows color (decimal): -10044699 or 15055462. OLE color: 15055462.
HSL color Cylindrical-coordinate representation of color #66BAE5: hue angle of 200.31º 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 #66BAE5 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 186 | 229 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.10 |
| HSL | 200.32º | 0.71% | 0.65% | - |
| HSV(B) | 200.32º | 0.55% | 0.9% | - |
| XYZ | 37.18 | 43.6 | 80.58 | - |
| YUV | 165.79 | 163.67 | 82.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 186 | 229 | 0.55 | 0.19 | 0 | 0.10 | 200.32 | 0.71 | 0.65 |
| Hex | 66 | BA | E5 | 37 | 13 | 0 | A | C8 | 47 | 41 |
| Octal | 146 | 272 | 345 | 67 | 23 | 0 | 12 | 310 | 107 | 101 |
| Binary | 1100110 | 10111010 | 11100101 | 110111 | 10011 | 0 | 1010 | 11001000 | 1000111 | 1000001 |
Color Harmonies of #66BAE5
Complementary color
Monochromatic Colors of #66BAE5
Black with #66BAE5
Text Example
Text Example
White with #66BAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BAE5; }
p { color: rgb(102,186,229); }
H1.HeaderClassName
{
color: #66BAE5;
}
.AnyTagClassName
{
color: #66BAE5;
}
</style>
background-color css
<style>
a { background-color: #66BAE5; }
a { background-color: rgb(102,186,229); }
div.DivClassName
{
background-color: #66BAE5;
}
.BgClassName
{
background-color: #66BAE5;
}
</style>
border-color css
<style>
span { border-color: #66BAE5; }
span { border-color: rgb(102,186,229); }
td.TdClassName
{
border-color: #66BAE5;
}
.TagClassName
{
border-color: #66BAE5;
}
</style>