Shades of Malibu #63C7D5
Tints of Malibu #63C7D5
RGB
CMYK
RGB Variations
Color information
#63C7D5 (or 0x63C7D5) is known color: Malibu. HEX triplet: 63, C7 and D5. RGB value is (99,199,213). Sum of RGB (Red+Green+Blue) = 99+199+213=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 213 (83.59% from 255 or 41.68% from 511); Max value from RGB is 213 - color contains mainly: blue. Hex color #63C7D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C7D5 is #9C382A. Grayscale: #AAAAAA. Windows color (decimal): -10237995 or 14010211. OLE color: 14010211.
HSL color Cylindrical-coordinate representation of color #63C7D5: hue angle of 187.37º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63C7D5 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 199 | 213 | - |
| CMYK | 0.54 | 0.07 | 0 | 0.16 |
| HSL | 187.37º | 0.58% | 0.61% | - |
| HSV(B) | 187.37º | 0.54% | 0.84% | - |
| XYZ | 37.58 | 48.3 | 70.29 | - |
| YUV | 170.7 | 151.87 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 199 | 213 | 0.54 | 0.07 | 0 | 0.16 | 187.37 | 0.58 | 0.61 |
| Hex | 63 | C7 | D5 | 36 | 7 | 0 | 10 | BB | 3A | 3D |
| Octal | 143 | 307 | 325 | 66 | 7 | 0 | 20 | 273 | 72 | 75 |
| Binary | 1100011 | 11000111 | 11010101 | 110110 | 111 | 0 | 10000 | 10111011 | 111010 | 111101 |
Color Harmonies of #63C7D5
Complementary color
Monochromatic Colors of #63C7D5
Black with #63C7D5
Text Example
Text Example
White with #63C7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C7D5; }
p { color: rgb(99,199,213); }
H1.HeaderClassName
{
color: #63C7D5;
}
.AnyTagClassName
{
color: #63C7D5;
}
</style>
background-color css
<style>
a { background-color: #63C7D5; }
a { background-color: rgb(99,199,213); }
div.DivClassName
{
background-color: #63C7D5;
}
.BgClassName
{
background-color: #63C7D5;
}
</style>
border-color css
<style>
span { border-color: #63C7D5; }
span { border-color: rgb(99,199,213); }
td.TdClassName
{
border-color: #63C7D5;
}
.TagClassName
{
border-color: #63C7D5;
}
</style>