Shades of Malibu #63C0DC
Tints of Malibu #63C0DC
RGB
CMYK
RGB Variations
Color information
#63C0DC (or 0x63C0DC) is known color: Malibu. HEX triplet: 63, C0 and DC. RGB value is (99,192,220). Sum of RGB (Red+Green+Blue) = 99+192+220=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #63C0DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C0DC is #9C3F23. Grayscale: #A7A7A7. Windows color (decimal): -10239780 or 14467171. OLE color: 14467171.
HSL color Cylindrical-coordinate representation of color #63C0DC: hue angle of 193.88º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63C0DC is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 192 | 220 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.14 |
| HSL | 193.88º | 0.63% | 0.63% | - |
| HSV(B) | 193.88º | 0.55% | 0.86% | - |
| XYZ | 36.91 | 45.52 | 74.55 | - |
| YUV | 167.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 220 | 0.55 | 0.13 | 0 | 0.14 | 193.88 | 0.63 | 0.63 |
| Hex | 63 | C0 | DC | 37 | D | 0 | E | C2 | 3F | 3F |
| Octal | 143 | 300 | 334 | 67 | 15 | 0 | 16 | 302 | 77 | 77 |
| Binary | 1100011 | 11000000 | 11011100 | 110111 | 1101 | 0 | 1110 | 11000010 | 111111 | 111111 |
Color Harmonies of #63C0DC
Complementary color
Monochromatic Colors of #63C0DC
Black with #63C0DC
Text Example
Text Example
White with #63C0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0DC; }
p { color: rgb(99,192,220); }
H1.HeaderClassName
{
color: #63C0DC;
}
.AnyTagClassName
{
color: #63C0DC;
}
</style>
background-color css
<style>
a { background-color: #63C0DC; }
a { background-color: rgb(99,192,220); }
div.DivClassName
{
background-color: #63C0DC;
}
.BgClassName
{
background-color: #63C0DC;
}
</style>
border-color css
<style>
span { border-color: #63C0DC; }
span { border-color: rgb(99,192,220); }
td.TdClassName
{
border-color: #63C0DC;
}
.TagClassName
{
border-color: #63C0DC;
}
</style>