Shades of Malibu #66BEE6
Tints of Malibu #66BEE6
RGB
CMYK
RGB Variations
Color information
#66BEE6 (or 0x66BEE6) is known color: Malibu. HEX triplet: 66, BE and E6. RGB value is (102,190,230). Sum of RGB (Red+Green+Blue) = 102+190+230=522 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.54% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 230 (90.23% from 255 or 44.06% from 522); Max value from RGB is 230 - color contains mainly: blue. Hex color #66BEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BEE6 is #994119. Grayscale: #A8A8A8. Windows color (decimal): -10043674 or 15122022. OLE color: 15122022.
HSL color Cylindrical-coordinate representation of color #66BEE6: hue angle of 198.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BEE6 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 190 | 230 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.10 |
| HSL | 198.75º | 0.72% | 0.65% | - |
| HSV(B) | 198.75º | 0.56% | 0.9% | - |
| XYZ | 38.18 | 45.36 | 81.61 | - |
| YUV | 168.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 230 | 0.56 | 0.17 | 0 | 0.10 | 198.75 | 0.72 | 0.65 |
| Hex | 66 | BE | E6 | 38 | 11 | 0 | A | C7 | 48 | 41 |
| Octal | 146 | 276 | 346 | 70 | 21 | 0 | 12 | 307 | 110 | 101 |
| Binary | 1100110 | 10111110 | 11100110 | 111000 | 10001 | 0 | 1010 | 11000111 | 1001000 | 1000001 |
Color Harmonies of #66BEE6
Complementary color
Monochromatic Colors of #66BEE6
Black with #66BEE6
Text Example
Text Example
White with #66BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEE6; }
p { color: rgb(102,190,230); }
H1.HeaderClassName
{
color: #66BEE6;
}
.AnyTagClassName
{
color: #66BEE6;
}
</style>
background-color css
<style>
a { background-color: #66BEE6; }
a { background-color: rgb(102,190,230); }
div.DivClassName
{
background-color: #66BEE6;
}
.BgClassName
{
background-color: #66BEE6;
}
</style>
border-color css
<style>
span { border-color: #66BEE6; }
span { border-color: rgb(102,190,230); }
td.TdClassName
{
border-color: #66BEE6;
}
.TagClassName
{
border-color: #66BEE6;
}
</style>