Shades of Malibu #66BDEA
Tints of Malibu #66BDEA
RGB
CMYK
RGB Variations
Color information
#66BDEA (or 0x66BDEA) is known color: Malibu. HEX triplet: 66, BD and EA. RGB value is (102,189,234). Sum of RGB (Red+Green+Blue) = 102+189+234=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #66BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66BDEA is #994215. Grayscale: #A7A7A7. Windows color (decimal): -10043926 or 15383910. OLE color: 15383910.
HSL color Cylindrical-coordinate representation of color #66BDEA: hue angle of 200.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66BDEA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 189 | 234 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.08 |
| HSL | 200.45º | 0.76% | 0.66% | - |
| HSV(B) | 200.45º | 0.56% | 0.92% | - |
| XYZ | 38.53 | 45.16 | 84.53 | - |
| YUV | 168.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 189 | 234 | 0.56 | 0.19 | 0 | 0.08 | 200.45 | 0.76 | 0.66 |
| Hex | 66 | BD | EA | 38 | 13 | 0 | 8 | C8 | 4C | 42 |
| Octal | 146 | 275 | 352 | 70 | 23 | 0 | 10 | 310 | 114 | 102 |
| Binary | 1100110 | 10111101 | 11101010 | 111000 | 10011 | 0 | 1000 | 11001000 | 1001100 | 1000010 |
Color Harmonies of #66BDEA
Complementary color
Monochromatic Colors of #66BDEA
Black with #66BDEA
Text Example
Text Example
White with #66BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BDEA; }
p { color: rgb(102,189,234); }
H1.HeaderClassName
{
color: #66BDEA;
}
.AnyTagClassName
{
color: #66BDEA;
}
</style>
background-color css
<style>
a { background-color: #66BDEA; }
a { background-color: rgb(102,189,234); }
div.DivClassName
{
background-color: #66BDEA;
}
.BgClassName
{
background-color: #66BDEA;
}
</style>
border-color css
<style>
span { border-color: #66BDEA; }
span { border-color: rgb(102,189,234); }
td.TdClassName
{
border-color: #66BDEA;
}
.TagClassName
{
border-color: #66BDEA;
}
</style>