Shades of Malibu #63BCE1
Tints of Malibu #63BCE1
RGB
CMYK
RGB Variations
Color information
#63BCE1 (or 0x63BCE1) is known color: Malibu. HEX triplet: 63, BC and E1. RGB value is (99,188,225). Sum of RGB (Red+Green+Blue) = 99+188+225=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 225 (88.28% from 255 or 43.95% from 512); Max value from RGB is 225 - color contains mainly: blue. Hex color #63BCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCE1 is #9C431E. Grayscale: #A5A5A5. Windows color (decimal): -10240799 or 14793827. OLE color: 14793827.
HSL color Cylindrical-coordinate representation of color #63BCE1: hue angle of 197.62º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63BCE1 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 188 | 225 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.12 |
| HSL | 197.62º | 0.68% | 0.64% | - |
| HSV(B) | 197.62º | 0.56% | 0.88% | - |
| XYZ | 36.72 | 44.06 | 77.8 | - |
| YUV | 165.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 225 | 0.56 | 0.16 | 0 | 0.12 | 197.62 | 0.68 | 0.64 |
| Hex | 63 | BC | E1 | 38 | 10 | 0 | C | C6 | 44 | 40 |
| Octal | 143 | 274 | 341 | 70 | 20 | 0 | 14 | 306 | 104 | 100 |
| Binary | 1100011 | 10111100 | 11100001 | 111000 | 10000 | 0 | 1100 | 11000110 | 1000100 | 1000000 |
Color Harmonies of #63BCE1
Complementary color
Monochromatic Colors of #63BCE1
Black with #63BCE1
Text Example
Text Example
White with #63BCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCE1; }
p { color: rgb(99,188,225); }
H1.HeaderClassName
{
color: #63BCE1;
}
.AnyTagClassName
{
color: #63BCE1;
}
</style>
background-color css
<style>
a { background-color: #63BCE1; }
a { background-color: rgb(99,188,225); }
div.DivClassName
{
background-color: #63BCE1;
}
.BgClassName
{
background-color: #63BCE1;
}
</style>
border-color css
<style>
span { border-color: #63BCE1; }
span { border-color: rgb(99,188,225); }
td.TdClassName
{
border-color: #63BCE1;
}
.TagClassName
{
border-color: #63BCE1;
}
</style>