Shades of Malibu #63B7D8
Tints of Malibu #63B7D8
RGB
CMYK
RGB Variations
Color information
#63B7D8 (or 0x63B7D8) is known color: Malibu. HEX triplet: 63, B7 and D8. RGB value is (99,183,216). Sum of RGB (Red+Green+Blue) = 99+183+216=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #63B7D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B7D8 is #9C4827. Grayscale: #A1A1A1. Windows color (decimal): -10242088 or 14202723. OLE color: 14202723.
HSL color Cylindrical-coordinate representation of color #63B7D8: hue angle of 196.92º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63B7D8 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 183 | 216 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.15 |
| HSL | 196.92º | 0.6% | 0.62% | - |
| HSV(B) | 196.92º | 0.54% | 0.85% | - |
| XYZ | 34.47 | 41.48 | 71.15 | - |
| YUV | 161.65 | 158.67 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 216 | 0.54 | 0.15 | 0 | 0.15 | 196.92 | 0.6 | 0.62 |
| Hex | 63 | B7 | D8 | 36 | F | 0 | F | C5 | 3C | 3E |
| Octal | 143 | 267 | 330 | 66 | 17 | 0 | 17 | 305 | 74 | 76 |
| Binary | 1100011 | 10110111 | 11011000 | 110110 | 1111 | 0 | 1111 | 11000101 | 111100 | 111110 |
Color Harmonies of #63B7D8
Complementary color
Monochromatic Colors of #63B7D8
Black with #63B7D8
Text Example
Text Example
White with #63B7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B7D8; }
p { color: rgb(99,183,216); }
H1.HeaderClassName
{
color: #63B7D8;
}
.AnyTagClassName
{
color: #63B7D8;
}
</style>
background-color css
<style>
a { background-color: #63B7D8; }
a { background-color: rgb(99,183,216); }
div.DivClassName
{
background-color: #63B7D8;
}
.BgClassName
{
background-color: #63B7D8;
}
</style>
border-color css
<style>
span { border-color: #63B7D8; }
span { border-color: rgb(99,183,216); }
td.TdClassName
{
border-color: #63B7D8;
}
.TagClassName
{
border-color: #63B7D8;
}
</style>