Shades of Malibu #65C2DF
Tints of Malibu #65C2DF
RGB
CMYK
RGB Variations
Color information
#65C2DF (or 0x65C2DF) is known color: Malibu. HEX triplet: 65, C2 and DF. RGB value is (101,194,223). Sum of RGB (Red+Green+Blue) = 101+194+223=518 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.50% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #65C2DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65C2DF is #9A3D20. Grayscale: #A9A9A9. Windows color (decimal): -10108193 or 14664293. OLE color: 14664293.
HSL color Cylindrical-coordinate representation of color #65C2DF: hue angle of 194.26º 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 #65C2DF is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 194 | 223 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.13 |
| HSL | 194.26º | 0.66% | 0.64% | - |
| HSV(B) | 194.26º | 0.55% | 0.87% | - |
| XYZ | 37.98 | 46.68 | 76.82 | - |
| YUV | 169.5 | 158.19 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 194 | 223 | 0.55 | 0.13 | 0 | 0.13 | 194.26 | 0.66 | 0.64 |
| Hex | 65 | C2 | DF | 37 | D | 0 | D | C2 | 42 | 40 |
| Octal | 145 | 302 | 337 | 67 | 15 | 0 | 15 | 302 | 102 | 100 |
| Binary | 1100101 | 11000010 | 11011111 | 110111 | 1101 | 0 | 1101 | 11000010 | 1000010 | 1000000 |
Color Harmonies of #65C2DF
Complementary color
Monochromatic Colors of #65C2DF
Black with #65C2DF
Text Example
Text Example
White with #65C2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65C2DF; }
p { color: rgb(101,194,223); }
H1.HeaderClassName
{
color: #65C2DF;
}
.AnyTagClassName
{
color: #65C2DF;
}
</style>
background-color css
<style>
a { background-color: #65C2DF; }
a { background-color: rgb(101,194,223); }
div.DivClassName
{
background-color: #65C2DF;
}
.BgClassName
{
background-color: #65C2DF;
}
</style>
border-color css
<style>
span { border-color: #65C2DF; }
span { border-color: rgb(101,194,223); }
td.TdClassName
{
border-color: #65C2DF;
}
.TagClassName
{
border-color: #65C2DF;
}
</style>