Shades of Malibu #63ABDF
Tints of Malibu #63ABDF
RGB
CMYK
RGB Variations
Color information
#63ABDF (or 0x63ABDF) is known color: Malibu. HEX triplet: 63, AB and DF. RGB value is (99,171,223). Sum of RGB (Red+Green+Blue) = 99+171+223=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #63ABDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABDF is #9C5420. Grayscale: #9B9B9B. Windows color (decimal): -10245153 or 14658403. OLE color: 14658403.
HSL color Cylindrical-coordinate representation of color #63ABDF: hue angle of 205.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63ABDF is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 171 | 223 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.13 |
| HSL | 205.16º | 0.66% | 0.63% | - |
| HSV(B) | 205.16º | 0.56% | 0.87% | - |
| XYZ | 33.03 | 37.11 | 75.23 | - |
| YUV | 155.4 | 166.15 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 223 | 0.56 | 0.23 | 0 | 0.13 | 205.16 | 0.66 | 0.63 |
| Hex | 63 | AB | DF | 38 | 17 | 0 | D | CD | 42 | 3F |
| Octal | 143 | 253 | 337 | 70 | 27 | 0 | 15 | 315 | 102 | 77 |
| Binary | 1100011 | 10101011 | 11011111 | 111000 | 10111 | 0 | 1101 | 11001101 | 1000010 | 111111 |
Color Harmonies of #63ABDF
Complementary color
Monochromatic Colors of #63ABDF
Black with #63ABDF
Text Example
Text Example
White with #63ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABDF; }
p { color: rgb(99,171,223); }
H1.HeaderClassName
{
color: #63ABDF;
}
.AnyTagClassName
{
color: #63ABDF;
}
</style>
background-color css
<style>
a { background-color: #63ABDF; }
a { background-color: rgb(99,171,223); }
div.DivClassName
{
background-color: #63ABDF;
}
.BgClassName
{
background-color: #63ABDF;
}
</style>
border-color css
<style>
span { border-color: #63ABDF; }
span { border-color: rgb(99,171,223); }
td.TdClassName
{
border-color: #63ABDF;
}
.TagClassName
{
border-color: #63ABDF;
}
</style>