Shades of Malibu #63BAD4
Tints of Malibu #63BAD4
RGB
CMYK
RGB Variations
Color information
#63BAD4 (or 0x63BAD4) is known color: Malibu. HEX triplet: 63, BA and D4. RGB value is (99,186,212). Sum of RGB (Red+Green+Blue) = 99+186+212=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #63BAD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BAD4 is #9C452B. Grayscale: #A2A2A2. Windows color (decimal): -10241324 or 13941347. OLE color: 13941347.
HSL color Cylindrical-coordinate representation of color #63BAD4: hue angle of 193.81º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #63BAD4 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 99 | 186 | 212 | - |
| CMYK | 0.53 | 0.12 | 0 | 0.17 |
| HSL | 193.81º | 0.57% | 0.61% | - |
| HSV(B) | 193.81º | 0.53% | 0.83% | - |
| XYZ | 34.59 | 42.52 | 68.67 | - |
| YUV | 162.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 212 | 0.53 | 0.12 | 0 | 0.17 | 193.81 | 0.57 | 0.61 |
| Hex | 63 | BA | D4 | 35 | C | 0 | 11 | C2 | 39 | 3D |
| Octal | 143 | 272 | 324 | 65 | 14 | 0 | 21 | 302 | 71 | 75 |
| Binary | 1100011 | 10111010 | 11010100 | 110101 | 1100 | 0 | 10001 | 11000010 | 111001 | 111101 |
Color Harmonies of #63BAD4
Complementary color
Monochromatic Colors of #63BAD4
Black with #63BAD4
Text Example
Text Example
White with #63BAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BAD4; }
p { color: rgb(99,186,212); }
H1.HeaderClassName
{
color: #63BAD4;
}
.AnyTagClassName
{
color: #63BAD4;
}
</style>
background-color css
<style>
a { background-color: #63BAD4; }
a { background-color: rgb(99,186,212); }
div.DivClassName
{
background-color: #63BAD4;
}
.BgClassName
{
background-color: #63BAD4;
}
</style>
border-color css
<style>
span { border-color: #63BAD4; }
span { border-color: rgb(99,186,212); }
td.TdClassName
{
border-color: #63BAD4;
}
.TagClassName
{
border-color: #63BAD4;
}
</style>