Shades of Malibu #66C2EF
Tints of Malibu #66C2EF
RGB
CMYK
RGB Variations
Color information
#66C2EF (or 0x66C2EF) is known color: Malibu. HEX triplet: 66, C2 and EF. RGB value is (102,194,239). Sum of RGB (Red+Green+Blue) = 102+194+239=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #66C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C2EF is #993D10. Grayscale: #ABABAB. Windows color (decimal): -10042641 or 15712870. OLE color: 15712870.
HSL color Cylindrical-coordinate representation of color #66C2EF: hue angle of 199.71º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66C2EF is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 194 | 239 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.06 |
| HSL | 199.71º | 0.81% | 0.67% | - |
| HSV(B) | 199.71º | 0.57% | 0.94% | - |
| XYZ | 40.35 | 47.64 | 88.73 | - |
| YUV | 171.62 | 166.02 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 194 | 239 | 0.57 | 0.19 | 0 | 0.06 | 199.71 | 0.81 | 0.67 |
| Hex | 66 | C2 | EF | 39 | 13 | 0 | 6 | C8 | 51 | 43 |
| Octal | 146 | 302 | 357 | 71 | 23 | 0 | 6 | 310 | 121 | 103 |
| Binary | 1100110 | 11000010 | 11101111 | 111001 | 10011 | 0 | 110 | 11001000 | 1010001 | 1000011 |
Color Harmonies of #66C2EF
Complementary color
Monochromatic Colors of #66C2EF
Black with #66C2EF
Text Example
Text Example
White with #66C2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C2EF; }
p { color: rgb(102,194,239); }
H1.HeaderClassName
{
color: #66C2EF;
}
.AnyTagClassName
{
color: #66C2EF;
}
</style>
background-color css
<style>
a { background-color: #66C2EF; }
a { background-color: rgb(102,194,239); }
div.DivClassName
{
background-color: #66C2EF;
}
.BgClassName
{
background-color: #66C2EF;
}
</style>
border-color css
<style>
span { border-color: #66C2EF; }
span { border-color: rgb(102,194,239); }
td.TdClassName
{
border-color: #66C2EF;
}
.TagClassName
{
border-color: #66C2EF;
}
</style>