Shades of Malibu #63ACD6
Tints of Malibu #63ACD6
RGB
CMYK
RGB Variations
Color information
#63ACD6 (or 0x63ACD6) is known color: Malibu. HEX triplet: 63, AC and D6. RGB value is (99,172,214). Sum of RGB (Red+Green+Blue) = 99+172+214=485 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.41% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 214 (83.98% from 255 or 44.12% from 485); Max value from RGB is 214 - color contains mainly: blue. Hex color #63ACD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACD6 is #9C5329. Grayscale: #9A9A9A. Windows color (decimal): -10244906 or 14068835. OLE color: 14068835.
HSL color Cylindrical-coordinate representation of color #63ACD6: hue angle of 201.91º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63ACD6 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 172 | 214 | - |
| CMYK | 0.54 | 0.20 | 0 | 0.16 |
| HSL | 201.91º | 0.58% | 0.61% | - |
| HSV(B) | 201.91º | 0.54% | 0.84% | - |
| XYZ | 32.04 | 37.01 | 69.07 | - |
| YUV | 154.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 214 | 0.54 | 0.20 | 0 | 0.16 | 201.91 | 0.58 | 0.61 |
| Hex | 63 | AC | D6 | 36 | 14 | 0 | 10 | CA | 3A | 3D |
| Octal | 143 | 254 | 326 | 66 | 24 | 0 | 20 | 312 | 72 | 75 |
| Binary | 1100011 | 10101100 | 11010110 | 110110 | 10100 | 0 | 10000 | 11001010 | 111010 | 111101 |
Color Harmonies of #63ACD6
Complementary color
Monochromatic Colors of #63ACD6
Black with #63ACD6
Text Example
Text Example
White with #63ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACD6; }
p { color: rgb(99,172,214); }
H1.HeaderClassName
{
color: #63ACD6;
}
.AnyTagClassName
{
color: #63ACD6;
}
</style>
background-color css
<style>
a { background-color: #63ACD6; }
a { background-color: rgb(99,172,214); }
div.DivClassName
{
background-color: #63ACD6;
}
.BgClassName
{
background-color: #63ACD6;
}
</style>
border-color css
<style>
span { border-color: #63ACD6; }
span { border-color: rgb(99,172,214); }
td.TdClassName
{
border-color: #63ACD6;
}
.TagClassName
{
border-color: #63ACD6;
}
</style>