Shades of Malibu #66B3E6
Tints of Malibu #66B3E6
RGB
CMYK
RGB Variations
Color information
#66B3E6 (or 0x66B3E6) is known color: Malibu. HEX triplet: 66, B3 and E6. RGB value is (102,179,230). Sum of RGB (Red+Green+Blue) = 102+179+230=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 179 (70.31% from 255 or 35.03% from 511); Blue value is 230 (90.23% from 255 or 45.01% from 511); Max value from RGB is 230 - color contains mainly: blue. Hex color #66B3E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B3E6 is #994C19. Grayscale: #A1A1A1. Windows color (decimal): -10046490 or 15119206. OLE color: 15119206.
HSL color Cylindrical-coordinate representation of color #66B3E6: hue angle of 203.91º 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 #66B3E6 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 179 | 230 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.10 |
| HSL | 203.91º | 0.72% | 0.65% | - |
| HSV(B) | 203.91º | 0.56% | 0.9% | - |
| XYZ | 35.88 | 40.78 | 80.84 | - |
| YUV | 161.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 179 | 230 | 0.56 | 0.22 | 0 | 0.10 | 203.91 | 0.72 | 0.65 |
| Hex | 66 | B3 | E6 | 38 | 16 | 0 | A | CC | 48 | 41 |
| Octal | 146 | 263 | 346 | 70 | 26 | 0 | 12 | 314 | 110 | 101 |
| Binary | 1100110 | 10110011 | 11100110 | 111000 | 10110 | 0 | 1010 | 11001100 | 1001000 | 1000001 |
Color Harmonies of #66B3E6
Complementary color
Monochromatic Colors of #66B3E6
Black with #66B3E6
Text Example
Text Example
White with #66B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B3E6; }
p { color: rgb(102,179,230); }
H1.HeaderClassName
{
color: #66B3E6;
}
.AnyTagClassName
{
color: #66B3E6;
}
</style>
background-color css
<style>
a { background-color: #66B3E6; }
a { background-color: rgb(102,179,230); }
div.DivClassName
{
background-color: #66B3E6;
}
.BgClassName
{
background-color: #66B3E6;
}
</style>
border-color css
<style>
span { border-color: #66B3E6; }
span { border-color: rgb(102,179,230); }
td.TdClassName
{
border-color: #66B3E6;
}
.TagClassName
{
border-color: #66B3E6;
}
</style>