Shades of Malibu #65C3DF
Tints of Malibu #65C3DF
RGB
CMYK
RGB Variations
Color information
#65C3DF (or 0x65C3DF) is known color: Malibu. HEX triplet: 65, C3 and DF. RGB value is (101,195,223). Sum of RGB (Red+Green+Blue) = 101+195+223=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #65C3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C3DF is #9A3C20. Grayscale: #A9A9A9. Windows color (decimal): -10107937 or 14664549. OLE color: 14664549.
HSL color Cylindrical-coordinate representation of color #65C3DF: hue angle of 193.77º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #65C3DF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 195 | 223 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.13 |
| HSL | 193.77º | 0.66% | 0.64% | - |
| HSV(B) | 193.77º | 0.55% | 0.87% | - |
| XYZ | 38.2 | 47.12 | 76.89 | - |
| YUV | 170.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 195 | 223 | 0.55 | 0.13 | 0 | 0.13 | 193.77 | 0.66 | 0.64 |
| Hex | 65 | C3 | DF | 37 | D | 0 | D | C2 | 42 | 40 |
| Octal | 145 | 303 | 337 | 67 | 15 | 0 | 15 | 302 | 102 | 100 |
| Binary | 1100101 | 11000011 | 11011111 | 110111 | 1101 | 0 | 1101 | 11000010 | 1000010 | 1000000 |
Color Harmonies of #65C3DF
Complementary color
Monochromatic Colors of #65C3DF
Black with #65C3DF
Text Example
Text Example
White with #65C3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C3DF; }
p { color: rgb(101,195,223); }
H1.HeaderClassName
{
color: #65C3DF;
}
.AnyTagClassName
{
color: #65C3DF;
}
</style>
background-color css
<style>
a { background-color: #65C3DF; }
a { background-color: rgb(101,195,223); }
div.DivClassName
{
background-color: #65C3DF;
}
.BgClassName
{
background-color: #65C3DF;
}
</style>
border-color css
<style>
span { border-color: #65C3DF; }
span { border-color: rgb(101,195,223); }
td.TdClassName
{
border-color: #65C3DF;
}
.TagClassName
{
border-color: #65C3DF;
}
</style>