Shades of Malibu #63C5DD
Tints of Malibu #63C5DD
RGB
CMYK
RGB Variations
Color information
#63C5DD (or 0x63C5DD) is known color: Malibu. HEX triplet: 63, C5 and DD. RGB value is (99,197,221). Sum of RGB (Red+Green+Blue) = 99+197+221=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #63C5DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C5DD is #9C3A22. Grayscale: #AAAAAA. Windows color (decimal): -10238499 or 14533987. OLE color: 14533987.
HSL color Cylindrical-coordinate representation of color #63C5DD: hue angle of 191.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63C5DD is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 197 | 221 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.13 |
| HSL | 191.8º | 0.64% | 0.63% | - |
| HSV(B) | 191.8º | 0.55% | 0.87% | - |
| XYZ | 38.16 | 47.81 | 75.62 | - |
| YUV | 170.43 | 156.53 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 197 | 221 | 0.55 | 0.11 | 0 | 0.13 | 191.8 | 0.64 | 0.63 |
| Hex | 63 | C5 | DD | 37 | B | 0 | D | C0 | 40 | 3F |
| Octal | 143 | 305 | 335 | 67 | 13 | 0 | 15 | 300 | 100 | 77 |
| Binary | 1100011 | 11000101 | 11011101 | 110111 | 1011 | 0 | 1101 | 11000000 | 1000000 | 111111 |
Color Harmonies of #63C5DD
Complementary color
Monochromatic Colors of #63C5DD
Black with #63C5DD
Text Example
Text Example
White with #63C5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C5DD; }
p { color: rgb(99,197,221); }
H1.HeaderClassName
{
color: #63C5DD;
}
.AnyTagClassName
{
color: #63C5DD;
}
</style>
background-color css
<style>
a { background-color: #63C5DD; }
a { background-color: rgb(99,197,221); }
div.DivClassName
{
background-color: #63C5DD;
}
.BgClassName
{
background-color: #63C5DD;
}
</style>
border-color css
<style>
span { border-color: #63C5DD; }
span { border-color: rgb(99,197,221); }
td.TdClassName
{
border-color: #63C5DD;
}
.TagClassName
{
border-color: #63C5DD;
}
</style>