Shades of Malibu #66B4E2
Tints of Malibu #66B4E2
RGB
CMYK
RGB Variations
Color information
#66B4E2 (or 0x66B4E2) is known color: Malibu. HEX triplet: 66, B4 and E2. RGB value is (102,180,226). Sum of RGB (Red+Green+Blue) = 102+180+226=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #66B4E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B4E2 is #994B1D. Grayscale: #A1A1A1. Windows color (decimal): -10046238 or 14857318. OLE color: 14857318.
HSL color Cylindrical-coordinate representation of color #66B4E2: hue angle of 202.26º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66B4E2 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 180 | 226 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.11 |
| HSL | 202.26º | 0.68% | 0.64% | - |
| HSV(B) | 202.26º | 0.55% | 0.89% | - |
| XYZ | 35.53 | 40.96 | 77.98 | - |
| YUV | 161.92 | 164.16 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 180 | 226 | 0.55 | 0.20 | 0 | 0.11 | 202.26 | 0.68 | 0.64 |
| Hex | 66 | B4 | E2 | 37 | 14 | 0 | B | CA | 44 | 40 |
| Octal | 146 | 264 | 342 | 67 | 24 | 0 | 13 | 312 | 104 | 100 |
| Binary | 1100110 | 10110100 | 11100010 | 110111 | 10100 | 0 | 1011 | 11001010 | 1000100 | 1000000 |
Color Harmonies of #66B4E2
Complementary color
Monochromatic Colors of #66B4E2
Black with #66B4E2
Text Example
Text Example
White with #66B4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B4E2; }
p { color: rgb(102,180,226); }
H1.HeaderClassName
{
color: #66B4E2;
}
.AnyTagClassName
{
color: #66B4E2;
}
</style>
background-color css
<style>
a { background-color: #66B4E2; }
a { background-color: rgb(102,180,226); }
div.DivClassName
{
background-color: #66B4E2;
}
.BgClassName
{
background-color: #66B4E2;
}
</style>
border-color css
<style>
span { border-color: #66B4E2; }
span { border-color: rgb(102,180,226); }
td.TdClassName
{
border-color: #66B4E2;
}
.TagClassName
{
border-color: #66B4E2;
}
</style>