Shades of Malibu #65C0EE
Tints of Malibu #65C0EE
RGB
CMYK
RGB Variations
Color information
#65C0EE (or 0x65C0EE) is known color: Malibu. HEX triplet: 65, C0 and EE. RGB value is (101,192,238). Sum of RGB (Red+Green+Blue) = 101+192+238=531 (70% of max value = 765). Red value is 101 (39.84% from 255 or 19.02% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #65C0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #65C0EE is #9A3F11. Grayscale: #A9A9A9. Windows color (decimal): -10108690 or 15646821. OLE color: 15646821.
HSL color Cylindrical-coordinate representation of color #65C0EE: hue angle of 200.15º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65C0EE is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 101 | 192 | 238 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 200.15º | 0.8% | 0.66% | - |
| HSV(B) | 200.15º | 0.58% | 0.93% | - |
| XYZ | 39.65 | 46.64 | 87.8 | - |
| YUV | 170.04 | 166.35 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 192 | 238 | 0.58 | 0.19 | 0 | 0.07 | 200.15 | 0.8 | 0.66 |
| Hex | 65 | C0 | EE | 3A | 13 | 0 | 7 | C8 | 50 | 42 |
| Octal | 145 | 300 | 356 | 72 | 23 | 0 | 7 | 310 | 120 | 102 |
| Binary | 1100101 | 11000000 | 11101110 | 111010 | 10011 | 0 | 111 | 11001000 | 1010000 | 1000010 |
Color Harmonies of #65C0EE
Complementary color
Monochromatic Colors of #65C0EE
Black with #65C0EE
Text Example
Text Example
White with #65C0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C0EE; }
p { color: rgb(101,192,238); }
H1.HeaderClassName
{
color: #65C0EE;
}
.AnyTagClassName
{
color: #65C0EE;
}
</style>
background-color css
<style>
a { background-color: #65C0EE; }
a { background-color: rgb(101,192,238); }
div.DivClassName
{
background-color: #65C0EE;
}
.BgClassName
{
background-color: #65C0EE;
}
</style>
border-color css
<style>
span { border-color: #65C0EE; }
span { border-color: rgb(101,192,238); }
td.TdClassName
{
border-color: #65C0EE;
}
.TagClassName
{
border-color: #65C0EE;
}
</style>