Shades of Malibu #66B7E1
Tints of Malibu #66B7E1
RGB
CMYK
RGB Variations
Color information
#66B7E1 (or 0x66B7E1) is known color: Malibu. HEX triplet: 66, B7 and E1. RGB value is (102,183,225). Sum of RGB (Red+Green+Blue) = 102+183+225=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #66B7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7E1 is #99481E. Grayscale: #A3A3A3. Windows color (decimal): -10045471 or 14792550. OLE color: 14792550.
HSL color Cylindrical-coordinate representation of color #66B7E1: hue angle of 200.49º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66B7E1 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 183 | 225 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.12 |
| HSL | 200.49º | 0.67% | 0.64% | - |
| HSV(B) | 200.49º | 0.55% | 0.88% | - |
| XYZ | 36 | 42.13 | 77.47 | - |
| YUV | 163.57 | 162.66 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 225 | 0.55 | 0.19 | 0 | 0.12 | 200.49 | 0.67 | 0.64 |
| Hex | 66 | B7 | E1 | 37 | 13 | 0 | C | C8 | 43 | 40 |
| Octal | 146 | 267 | 341 | 67 | 23 | 0 | 14 | 310 | 103 | 100 |
| Binary | 1100110 | 10110111 | 11100001 | 110111 | 10011 | 0 | 1100 | 11001000 | 1000011 | 1000000 |
Color Harmonies of #66B7E1
Complementary color
Monochromatic Colors of #66B7E1
Black with #66B7E1
Text Example
Text Example
White with #66B7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B7E1; }
p { color: rgb(102,183,225); }
H1.HeaderClassName
{
color: #66B7E1;
}
.AnyTagClassName
{
color: #66B7E1;
}
</style>
background-color css
<style>
a { background-color: #66B7E1; }
a { background-color: rgb(102,183,225); }
div.DivClassName
{
background-color: #66B7E1;
}
.BgClassName
{
background-color: #66B7E1;
}
</style>
border-color css
<style>
span { border-color: #66B7E1; }
span { border-color: rgb(102,183,225); }
td.TdClassName
{
border-color: #66B7E1;
}
.TagClassName
{
border-color: #66B7E1;
}
</style>