Shades of Malibu #66BCE0
Tints of Malibu #66BCE0
RGB
CMYK
RGB Variations
Color information
#66BCE0 (or 0x66BCE0) is known color: Malibu. HEX triplet: 66, BC and E0. RGB value is (102,188,224). Sum of RGB (Red+Green+Blue) = 102+188+224=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #66BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCE0 is #99431F. Grayscale: #A6A6A6. Windows color (decimal): -10044192 or 14728294. OLE color: 14728294.
HSL color Cylindrical-coordinate representation of color #66BCE0: hue angle of 197.7º 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 #66BCE0 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 188 | 224 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.12 |
| HSL | 197.7º | 0.66% | 0.64% | - |
| HSV(B) | 197.7º | 0.54% | 0.88% | - |
| XYZ | 36.92 | 44.17 | 77.1 | - |
| YUV | 166.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 224 | 0.54 | 0.16 | 0 | 0.12 | 197.7 | 0.66 | 0.64 |
| Hex | 66 | BC | E0 | 36 | 10 | 0 | C | C6 | 42 | 40 |
| Octal | 146 | 274 | 340 | 66 | 20 | 0 | 14 | 306 | 102 | 100 |
| Binary | 1100110 | 10111100 | 11100000 | 110110 | 10000 | 0 | 1100 | 11000110 | 1000010 | 1000000 |
Color Harmonies of #66BCE0
Complementary color
Monochromatic Colors of #66BCE0
Black with #66BCE0
Text Example
Text Example
White with #66BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCE0; }
p { color: rgb(102,188,224); }
H1.HeaderClassName
{
color: #66BCE0;
}
.AnyTagClassName
{
color: #66BCE0;
}
</style>
background-color css
<style>
a { background-color: #66BCE0; }
a { background-color: rgb(102,188,224); }
div.DivClassName
{
background-color: #66BCE0;
}
.BgClassName
{
background-color: #66BCE0;
}
</style>
border-color css
<style>
span { border-color: #66BCE0; }
span { border-color: rgb(102,188,224); }
td.TdClassName
{
border-color: #66BCE0;
}
.TagClassName
{
border-color: #66BCE0;
}
</style>