Shades of Malibu #65C9EC
Tints of Malibu #65C9EC
RGB
CMYK
RGB Variations
Color information
#65C9EC (or 0x65C9EC) is known color: Malibu. HEX triplet: 65, C9 and EC. RGB value is (101,201,236). Sum of RGB (Red+Green+Blue) = 101+201+236=538 (71% of max value = 765). Red value is 101 (39.84% from 255 or 18.77% from 538); Green value is 201 (78.91% from 255 or 37.36% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #65C9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C9EC is #9A3613. Grayscale: #AEAEAE. Windows color (decimal): -10106388 or 15518053. OLE color: 15518053.
HSL color Cylindrical-coordinate representation of color #65C9EC: hue angle of 195.56º 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 #65C9EC is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 201 | 236 | - |
| CMYK | 0.57 | 0.15 | 0 | 0.07 |
| HSL | 195.56º | 0.78% | 0.66% | - |
| HSV(B) | 195.56º | 0.57% | 0.93% | - |
| XYZ | 41.39 | 50.6 | 86.94 | - |
| YUV | 175.09 | 162.37 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 201 | 236 | 0.57 | 0.15 | 0 | 0.07 | 195.56 | 0.78 | 0.66 |
| Hex | 65 | C9 | EC | 39 | F | 0 | 7 | C4 | 4E | 42 |
| Octal | 145 | 311 | 354 | 71 | 17 | 0 | 7 | 304 | 116 | 102 |
| Binary | 1100101 | 11001001 | 11101100 | 111001 | 1111 | 0 | 111 | 11000100 | 1001110 | 1000010 |
Color Harmonies of #65C9EC
Complementary color
Monochromatic Colors of #65C9EC
Black with #65C9EC
Text Example
Text Example
White with #65C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C9EC; }
p { color: rgb(101,201,236); }
H1.HeaderClassName
{
color: #65C9EC;
}
.AnyTagClassName
{
color: #65C9EC;
}
</style>
background-color css
<style>
a { background-color: #65C9EC; }
a { background-color: rgb(101,201,236); }
div.DivClassName
{
background-color: #65C9EC;
}
.BgClassName
{
background-color: #65C9EC;
}
</style>
border-color css
<style>
span { border-color: #65C9EC; }
span { border-color: rgb(101,201,236); }
td.TdClassName
{
border-color: #65C9EC;
}
.TagClassName
{
border-color: #65C9EC;
}
</style>