Shades of Malibu #63ABDA
Tints of Malibu #63ABDA
RGB
CMYK
RGB Variations
Color information
#63ABDA (or 0x63ABDA) is known color: Malibu. HEX triplet: 63, AB and DA. RGB value is (99,171,218). Sum of RGB (Red+Green+Blue) = 99+171+218=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #63ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABDA is #9C5425. Grayscale: #9A9A9A. Windows color (decimal): -10245158 or 14330723. OLE color: 14330723.
HSL color Cylindrical-coordinate representation of color #63ABDA: hue angle of 203.7º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63ABDA is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 171 | 218 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.15 |
| HSL | 203.7º | 0.62% | 0.62% | - |
| HSV(B) | 203.7º | 0.55% | 0.85% | - |
| XYZ | 32.36 | 36.84 | 71.73 | - |
| YUV | 154.83 | 163.65 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 218 | 0.55 | 0.22 | 0 | 0.15 | 203.7 | 0.62 | 0.62 |
| Hex | 63 | AB | DA | 37 | 16 | 0 | F | CC | 3E | 3E |
| Octal | 143 | 253 | 332 | 67 | 26 | 0 | 17 | 314 | 76 | 76 |
| Binary | 1100011 | 10101011 | 11011010 | 110111 | 10110 | 0 | 1111 | 11001100 | 111110 | 111110 |
Color Harmonies of #63ABDA
Complementary color
Monochromatic Colors of #63ABDA
Black with #63ABDA
Text Example
Text Example
White with #63ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABDA; }
p { color: rgb(99,171,218); }
H1.HeaderClassName
{
color: #63ABDA;
}
.AnyTagClassName
{
color: #63ABDA;
}
</style>
background-color css
<style>
a { background-color: #63ABDA; }
a { background-color: rgb(99,171,218); }
div.DivClassName
{
background-color: #63ABDA;
}
.BgClassName
{
background-color: #63ABDA;
}
</style>
border-color css
<style>
span { border-color: #63ABDA; }
span { border-color: rgb(99,171,218); }
td.TdClassName
{
border-color: #63ABDA;
}
.TagClassName
{
border-color: #63ABDA;
}
</style>