Shades of Malibu #63BCD9
Tints of Malibu #63BCD9
RGB
CMYK
RGB Variations
Color information
#63BCD9 (or 0x63BCD9) is known color: Malibu. HEX triplet: 63, BC and D9. RGB value is (99,188,217). Sum of RGB (Red+Green+Blue) = 99+188+217=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 217 (85.16% from 255 or 43.06% from 504); Max value from RGB is 217 - color contains mainly: blue. Hex color #63BCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCD9 is #9C4326. Grayscale: #A4A4A4. Windows color (decimal): -10240807 or 14269539. OLE color: 14269539.
HSL color Cylindrical-coordinate representation of color #63BCD9: hue angle of 194.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63BCD9 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 188 | 217 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.15 |
| HSL | 194.75º | 0.61% | 0.62% | - |
| HSV(B) | 194.75º | 0.54% | 0.85% | - |
| XYZ | 35.65 | 43.63 | 72.19 | - |
| YUV | 164.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 217 | 0.54 | 0.13 | 0 | 0.15 | 194.75 | 0.61 | 0.62 |
| Hex | 63 | BC | D9 | 36 | D | 0 | F | C3 | 3D | 3E |
| Octal | 143 | 274 | 331 | 66 | 15 | 0 | 17 | 303 | 75 | 76 |
| Binary | 1100011 | 10111100 | 11011001 | 110110 | 1101 | 0 | 1111 | 11000011 | 111101 | 111110 |
Color Harmonies of #63BCD9
Complementary color
Monochromatic Colors of #63BCD9
Black with #63BCD9
Text Example
Text Example
White with #63BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCD9; }
p { color: rgb(99,188,217); }
H1.HeaderClassName
{
color: #63BCD9;
}
.AnyTagClassName
{
color: #63BCD9;
}
</style>
background-color css
<style>
a { background-color: #63BCD9; }
a { background-color: rgb(99,188,217); }
div.DivClassName
{
background-color: #63BCD9;
}
.BgClassName
{
background-color: #63BCD9;
}
</style>
border-color css
<style>
span { border-color: #63BCD9; }
span { border-color: rgb(99,188,217); }
td.TdClassName
{
border-color: #63BCD9;
}
.TagClassName
{
border-color: #63BCD9;
}
</style>