Shades of Malibu #66B7EC
Tints of Malibu #66B7EC
RGB
CMYK
RGB Variations
Color information
#66B7EC (or 0x66B7EC) is known color: Malibu. HEX triplet: 66, B7 and EC. RGB value is (102,183,236). Sum of RGB (Red+Green+Blue) = 102+183+236=521 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.58% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #66B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66B7EC is #994813. Grayscale: #A4A4A4. Windows color (decimal): -10045460 or 15513446. OLE color: 15513446.
HSL color Cylindrical-coordinate representation of color #66B7EC: hue angle of 203.73º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B7EC is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 183 | 236 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.07 |
| HSL | 203.73º | 0.78% | 0.66% | - |
| HSV(B) | 203.73º | 0.57% | 0.93% | - |
| XYZ | 37.55 | 42.75 | 85.63 | - |
| YUV | 164.82 | 168.16 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 183 | 236 | 0.57 | 0.22 | 0 | 0.07 | 203.73 | 0.78 | 0.66 |
| Hex | 66 | B7 | EC | 39 | 16 | 0 | 7 | CC | 4E | 42 |
| Octal | 146 | 267 | 354 | 71 | 26 | 0 | 7 | 314 | 116 | 102 |
| Binary | 1100110 | 10110111 | 11101100 | 111001 | 10110 | 0 | 111 | 11001100 | 1001110 | 1000010 |
Color Harmonies of #66B7EC
Complementary color
Monochromatic Colors of #66B7EC
Black with #66B7EC
Text Example
Text Example
White with #66B7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66B7EC; }
p { color: rgb(102,183,236); }
H1.HeaderClassName
{
color: #66B7EC;
}
.AnyTagClassName
{
color: #66B7EC;
}
</style>
background-color css
<style>
a { background-color: #66B7EC; }
a { background-color: rgb(102,183,236); }
div.DivClassName
{
background-color: #66B7EC;
}
.BgClassName
{
background-color: #66B7EC;
}
</style>
border-color css
<style>
span { border-color: #66B7EC; }
span { border-color: rgb(102,183,236); }
td.TdClassName
{
border-color: #66B7EC;
}
.TagClassName
{
border-color: #66B7EC;
}
</style>