Shades of Malibu #66BEE0
Tints of Malibu #66BEE0
RGB
CMYK
RGB Variations
Color information
#66BEE0 (or 0x66BEE0) is known color: Malibu. HEX triplet: 66, BE and E0. RGB value is (102,190,224). Sum of RGB (Red+Green+Blue) = 102+190+224=516 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.77% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #66BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEE0 is #99411F. Grayscale: #A7A7A7. Windows color (decimal): -10043680 or 14728806. OLE color: 14728806.
HSL color Cylindrical-coordinate representation of color #66BEE0: hue angle of 196.72º 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 #66BEE0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 190 | 224 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.12 |
| HSL | 196.72º | 0.66% | 0.64% | - |
| HSV(B) | 196.72º | 0.54% | 0.88% | - |
| XYZ | 37.35 | 45.03 | 77.24 | - |
| YUV | 167.56 | 159.85 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 224 | 0.54 | 0.15 | 0 | 0.12 | 196.72 | 0.66 | 0.64 |
| Hex | 66 | BE | E0 | 36 | F | 0 | C | C5 | 42 | 40 |
| Octal | 146 | 276 | 340 | 66 | 17 | 0 | 14 | 305 | 102 | 100 |
| Binary | 1100110 | 10111110 | 11100000 | 110110 | 1111 | 0 | 1100 | 11000101 | 1000010 | 1000000 |
Color Harmonies of #66BEE0
Complementary color
Monochromatic Colors of #66BEE0
Black with #66BEE0
Text Example
Text Example
White with #66BEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEE0; }
p { color: rgb(102,190,224); }
H1.HeaderClassName
{
color: #66BEE0;
}
.AnyTagClassName
{
color: #66BEE0;
}
</style>
background-color css
<style>
a { background-color: #66BEE0; }
a { background-color: rgb(102,190,224); }
div.DivClassName
{
background-color: #66BEE0;
}
.BgClassName
{
background-color: #66BEE0;
}
</style>
border-color css
<style>
span { border-color: #66BEE0; }
span { border-color: rgb(102,190,224); }
td.TdClassName
{
border-color: #66BEE0;
}
.TagClassName
{
border-color: #66BEE0;
}
</style>