Shades of Malibu #63B9D0
Tints of Malibu #63B9D0
RGB
CMYK
RGB Variations
Color information
#63B9D0 (or 0x63B9D0) is known color: Malibu. HEX triplet: 63, B9 and D0. RGB value is (99,185,208). Sum of RGB (Red+Green+Blue) = 99+185+208=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #63B9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B9D0 is #9C462F. Grayscale: #A1A1A1. Windows color (decimal): -10241584 or 13678947. OLE color: 13678947.
HSL color Cylindrical-coordinate representation of color #63B9D0: hue angle of 192.66º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63B9D0 is Cyan = 0.52, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 185 | 208 | - |
| CMYK | 0.52 | 0.11 | 0 | 0.18 |
| HSL | 192.66º | 0.54% | 0.6% | - |
| HSV(B) | 192.66º | 0.52% | 0.82% | - |
| XYZ | 33.88 | 41.9 | 65.98 | - |
| YUV | 161.91 | 154.01 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 208 | 0.52 | 0.11 | 0 | 0.18 | 192.66 | 0.54 | 0.6 |
| Hex | 63 | B9 | D0 | 34 | B | 0 | 12 | C1 | 36 | 3C |
| Octal | 143 | 271 | 320 | 64 | 13 | 0 | 22 | 301 | 66 | 74 |
| Binary | 1100011 | 10111001 | 11010000 | 110100 | 1011 | 0 | 10010 | 11000001 | 110110 | 111100 |
Color Harmonies of #63B9D0
Complementary color
Monochromatic Colors of #63B9D0
Black with #63B9D0
Text Example
Text Example
White with #63B9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B9D0; }
p { color: rgb(99,185,208); }
H1.HeaderClassName
{
color: #63B9D0;
}
.AnyTagClassName
{
color: #63B9D0;
}
</style>
background-color css
<style>
a { background-color: #63B9D0; }
a { background-color: rgb(99,185,208); }
div.DivClassName
{
background-color: #63B9D0;
}
.BgClassName
{
background-color: #63B9D0;
}
</style>
border-color css
<style>
span { border-color: #63B9D0; }
span { border-color: rgb(99,185,208); }
td.TdClassName
{
border-color: #63B9D0;
}
.TagClassName
{
border-color: #63B9D0;
}
</style>