Shades of Malibu #66C5E4
Tints of Malibu #66C5E4
RGB
CMYK
RGB Variations
Color information
#66C5E4 (or 0x66C5E4) is known color: Malibu. HEX triplet: 66, C5 and E4. RGB value is (102,197,228). Sum of RGB (Red+Green+Blue) = 102+197+228=527 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.35% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #66C5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C5E4 is #993A1B. Grayscale: #ABABAB. Windows color (decimal): -10041884 or 14992742. OLE color: 14992742.
HSL color Cylindrical-coordinate representation of color #66C5E4: hue angle of 194.76º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66C5E4 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 197 | 228 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.11 |
| HSL | 194.76º | 0.7% | 0.65% | - |
| HSV(B) | 194.76º | 0.55% | 0.89% | - |
| XYZ | 39.45 | 48.36 | 80.65 | - |
| YUV | 172.13 | 159.53 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 197 | 228 | 0.55 | 0.14 | 0 | 0.11 | 194.76 | 0.7 | 0.65 |
| Hex | 66 | C5 | E4 | 37 | E | 0 | B | C3 | 46 | 41 |
| Octal | 146 | 305 | 344 | 67 | 16 | 0 | 13 | 303 | 106 | 101 |
| Binary | 1100110 | 11000101 | 11100100 | 110111 | 1110 | 0 | 1011 | 11000011 | 1000110 | 1000001 |
Color Harmonies of #66C5E4
Complementary color
Monochromatic Colors of #66C5E4
Black with #66C5E4
Text Example
Text Example
White with #66C5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66C5E4; }
p { color: rgb(102,197,228); }
H1.HeaderClassName
{
color: #66C5E4;
}
.AnyTagClassName
{
color: #66C5E4;
}
</style>
background-color css
<style>
a { background-color: #66C5E4; }
a { background-color: rgb(102,197,228); }
div.DivClassName
{
background-color: #66C5E4;
}
.BgClassName
{
background-color: #66C5E4;
}
</style>
border-color css
<style>
span { border-color: #66C5E4; }
span { border-color: rgb(102,197,228); }
td.TdClassName
{
border-color: #66C5E4;
}
.TagClassName
{
border-color: #66C5E4;
}
</style>