Shades of Malibu #66BED8
Tints of Malibu #66BED8
RGB
CMYK
RGB Variations
Color information
#66BED8 (or 0x66BED8) is known color: Malibu. HEX triplet: 66, BE and D8. RGB value is (102,190,216). Sum of RGB (Red+Green+Blue) = 102+190+216=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #66BED8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BED8 is #994127. Grayscale: #A6A6A6. Windows color (decimal): -10043688 or 14204518. OLE color: 14204518.
HSL color Cylindrical-coordinate representation of color #66BED8: hue angle of 193.68º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BED8 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 190 | 216 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.15 |
| HSL | 193.68º | 0.59% | 0.62% | - |
| HSV(B) | 193.68º | 0.53% | 0.85% | - |
| XYZ | 36.29 | 44.61 | 71.66 | - |
| YUV | 166.65 | 155.85 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 216 | 0.53 | 0.12 | 0 | 0.15 | 193.68 | 0.59 | 0.62 |
| Hex | 66 | BE | D8 | 35 | C | 0 | F | C2 | 3B | 3E |
| Octal | 146 | 276 | 330 | 65 | 14 | 0 | 17 | 302 | 73 | 76 |
| Binary | 1100110 | 10111110 | 11011000 | 110101 | 1100 | 0 | 1111 | 11000010 | 111011 | 111110 |
Color Harmonies of #66BED8
Complementary color
Monochromatic Colors of #66BED8
Black with #66BED8
Text Example
Text Example
White with #66BED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BED8; }
p { color: rgb(102,190,216); }
H1.HeaderClassName
{
color: #66BED8;
}
.AnyTagClassName
{
color: #66BED8;
}
</style>
background-color css
<style>
a { background-color: #66BED8; }
a { background-color: rgb(102,190,216); }
div.DivClassName
{
background-color: #66BED8;
}
.BgClassName
{
background-color: #66BED8;
}
</style>
border-color css
<style>
span { border-color: #66BED8; }
span { border-color: rgb(102,190,216); }
td.TdClassName
{
border-color: #66BED8;
}
.TagClassName
{
border-color: #66BED8;
}
</style>