Shades of Malibu #66BEDB
Tints of Malibu #66BEDB
RGB
CMYK
RGB Variations
Color information
#66BEDB (or 0x66BEDB) is known color: Malibu. HEX triplet: 66, BE and DB. RGB value is (102,190,219). Sum of RGB (Red+Green+Blue) = 102+190+219=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #66BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BEDB is #994124. Grayscale: #A6A6A6. Windows color (decimal): -10043685 or 14401126. OLE color: 14401126.
HSL color Cylindrical-coordinate representation of color #66BEDB: hue angle of 194.87º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BEDB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 190 | 219 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.14 |
| HSL | 194.87º | 0.62% | 0.63% | - |
| HSV(B) | 194.87º | 0.53% | 0.86% | - |
| XYZ | 36.68 | 44.77 | 73.73 | - |
| YUV | 166.99 | 157.35 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 219 | 0.53 | 0.13 | 0 | 0.14 | 194.87 | 0.62 | 0.63 |
| Hex | 66 | BE | DB | 35 | D | 0 | E | C3 | 3E | 3F |
| Octal | 146 | 276 | 333 | 65 | 15 | 0 | 16 | 303 | 76 | 77 |
| Binary | 1100110 | 10111110 | 11011011 | 110101 | 1101 | 0 | 1110 | 11000011 | 111110 | 111111 |
Color Harmonies of #66BEDB
Complementary color
Monochromatic Colors of #66BEDB
Black with #66BEDB
Text Example
Text Example
White with #66BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEDB; }
p { color: rgb(102,190,219); }
H1.HeaderClassName
{
color: #66BEDB;
}
.AnyTagClassName
{
color: #66BEDB;
}
</style>
background-color css
<style>
a { background-color: #66BEDB; }
a { background-color: rgb(102,190,219); }
div.DivClassName
{
background-color: #66BEDB;
}
.BgClassName
{
background-color: #66BEDB;
}
</style>
border-color css
<style>
span { border-color: #66BEDB; }
span { border-color: rgb(102,190,219); }
td.TdClassName
{
border-color: #66BEDB;
}
.TagClassName
{
border-color: #66BEDB;
}
</style>