Shades of Malibu #66BEDC
Tints of Malibu #66BEDC
RGB
CMYK
RGB Variations
Color information
#66BEDC (or 0x66BEDC) is known color: Malibu. HEX triplet: 66, BE and DC. RGB value is (102,190,220). Sum of RGB (Red+Green+Blue) = 102+190+220=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #66BEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEDC is #994123. Grayscale: #A6A6A6. Windows color (decimal): -10043684 or 14466662. OLE color: 14466662.
HSL color Cylindrical-coordinate representation of color #66BEDC: hue angle of 195.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BEDC is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 190 | 220 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.14 |
| HSL | 195.25º | 0.63% | 0.63% | - |
| HSV(B) | 195.25º | 0.54% | 0.86% | - |
| XYZ | 36.81 | 44.82 | 74.42 | - |
| YUV | 167.11 | 157.85 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 220 | 0.54 | 0.14 | 0 | 0.14 | 195.25 | 0.63 | 0.63 |
| Hex | 66 | BE | DC | 36 | E | 0 | E | C3 | 3F | 3F |
| Octal | 146 | 276 | 334 | 66 | 16 | 0 | 16 | 303 | 77 | 77 |
| Binary | 1100110 | 10111110 | 11011100 | 110110 | 1110 | 0 | 1110 | 11000011 | 111111 | 111111 |
Color Harmonies of #66BEDC
Complementary color
Monochromatic Colors of #66BEDC
Black with #66BEDC
Text Example
Text Example
White with #66BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEDC; }
p { color: rgb(102,190,220); }
H1.HeaderClassName
{
color: #66BEDC;
}
.AnyTagClassName
{
color: #66BEDC;
}
</style>
background-color css
<style>
a { background-color: #66BEDC; }
a { background-color: rgb(102,190,220); }
div.DivClassName
{
background-color: #66BEDC;
}
.BgClassName
{
background-color: #66BEDC;
}
</style>
border-color css
<style>
span { border-color: #66BEDC; }
span { border-color: rgb(102,190,220); }
td.TdClassName
{
border-color: #66BEDC;
}
.TagClassName
{
border-color: #66BEDC;
}
</style>