Shades of Malibu #65C1EC
Tints of Malibu #65C1EC
RGB
CMYK
RGB Variations
Color information
#65C1EC (or 0x65C1EC) is known color: Malibu. HEX triplet: 65, C1 and EC. RGB value is (101,193,236). Sum of RGB (Red+Green+Blue) = 101+193+236=530 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.06% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 236 - color contains mainly: blue. Hex color #65C1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C1EC is #9A3E13. Grayscale: #AAAAAA. Windows color (decimal): -10108436 or 15516005. OLE color: 15516005.
HSL color Cylindrical-coordinate representation of color #65C1EC: hue angle of 199.11º 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 #65C1EC is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 193 | 236 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.07 |
| HSL | 199.11º | 0.78% | 0.66% | - |
| HSV(B) | 199.11º | 0.57% | 0.93% | - |
| XYZ | 39.58 | 46.96 | 86.34 | - |
| YUV | 170.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 193 | 236 | 0.57 | 0.18 | 0 | 0.07 | 199.11 | 0.78 | 0.66 |
| Hex | 65 | C1 | EC | 39 | 12 | 0 | 7 | C7 | 4E | 42 |
| Octal | 145 | 301 | 354 | 71 | 22 | 0 | 7 | 307 | 116 | 102 |
| Binary | 1100101 | 11000001 | 11101100 | 111001 | 10010 | 0 | 111 | 11000111 | 1001110 | 1000010 |
Color Harmonies of #65C1EC
Complementary color
Monochromatic Colors of #65C1EC
Black with #65C1EC
Text Example
Text Example
White with #65C1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C1EC; }
p { color: rgb(101,193,236); }
H1.HeaderClassName
{
color: #65C1EC;
}
.AnyTagClassName
{
color: #65C1EC;
}
</style>
background-color css
<style>
a { background-color: #65C1EC; }
a { background-color: rgb(101,193,236); }
div.DivClassName
{
background-color: #65C1EC;
}
.BgClassName
{
background-color: #65C1EC;
}
</style>
border-color css
<style>
span { border-color: #65C1EC; }
span { border-color: rgb(101,193,236); }
td.TdClassName
{
border-color: #65C1EC;
}
.TagClassName
{
border-color: #65C1EC;
}
</style>