Shades of Malibu #63AADB
Tints of Malibu #63AADB
RGB
CMYK
RGB Variations
Color information
#63AADB (or 0x63AADB) is known color: Malibu. HEX triplet: 63, AA and DB. RGB value is (99,170,219). Sum of RGB (Red+Green+Blue) = 99+170+219=488 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.29% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #63AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AADB is #9C5524. Grayscale: #9A9A9A. Windows color (decimal): -10245413 or 14396003. OLE color: 14396003.
HSL color Cylindrical-coordinate representation of color #63AADB: hue angle of 204.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63AADB is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 170 | 219 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.14 |
| HSL | 204.5º | 0.63% | 0.62% | - |
| HSV(B) | 204.5º | 0.55% | 0.86% | - |
| XYZ | 32.31 | 36.52 | 72.36 | - |
| YUV | 154.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 219 | 0.55 | 0.22 | 0 | 0.14 | 204.5 | 0.63 | 0.62 |
| Hex | 63 | AA | DB | 37 | 16 | 0 | E | CC | 3E | 3E |
| Octal | 143 | 252 | 333 | 67 | 26 | 0 | 16 | 314 | 76 | 76 |
| Binary | 1100011 | 10101010 | 11011011 | 110111 | 10110 | 0 | 1110 | 11001100 | 111110 | 111110 |
Color Harmonies of #63AADB
Complementary color
Monochromatic Colors of #63AADB
Black with #63AADB
Text Example
Text Example
White with #63AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AADB; }
p { color: rgb(99,170,219); }
H1.HeaderClassName
{
color: #63AADB;
}
.AnyTagClassName
{
color: #63AADB;
}
</style>
background-color css
<style>
a { background-color: #63AADB; }
a { background-color: rgb(99,170,219); }
div.DivClassName
{
background-color: #63AADB;
}
.BgClassName
{
background-color: #63AADB;
}
</style>
border-color css
<style>
span { border-color: #63AADB; }
span { border-color: rgb(99,170,219); }
td.TdClassName
{
border-color: #63AADB;
}
.TagClassName
{
border-color: #63AADB;
}
</style>