Shades of Malibu #63ACE4
Tints of Malibu #63ACE4
RGB
CMYK
RGB Variations
Color information
#63ACE4 (or 0x63ACE4) is known color: Malibu. HEX triplet: 63, AC and E4. RGB value is (99,172,228). Sum of RGB (Red+Green+Blue) = 99+172+228=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #63ACE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACE4 is #9C531B. Grayscale: #9C9C9C. Windows color (decimal): -10244892 or 14986339. OLE color: 14986339.
HSL color Cylindrical-coordinate representation of color #63ACE4: hue angle of 206.05º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63ACE4 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 172 | 228 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.11 |
| HSL | 206.05º | 0.7% | 0.64% | - |
| HSV(B) | 206.05º | 0.57% | 0.89% | - |
| XYZ | 33.9 | 37.76 | 78.9 | - |
| YUV | 156.56 | 168.32 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 228 | 0.57 | 0.25 | 0 | 0.11 | 206.05 | 0.7 | 0.64 |
| Hex | 63 | AC | E4 | 39 | 19 | 0 | B | CE | 46 | 40 |
| Octal | 143 | 254 | 344 | 71 | 31 | 0 | 13 | 316 | 106 | 100 |
| Binary | 1100011 | 10101100 | 11100100 | 111001 | 11001 | 0 | 1011 | 11001110 | 1000110 | 1000000 |
Color Harmonies of #63ACE4
Complementary color
Monochromatic Colors of #63ACE4
Black with #63ACE4
Text Example
Text Example
White with #63ACE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACE4; }
p { color: rgb(99,172,228); }
H1.HeaderClassName
{
color: #63ACE4;
}
.AnyTagClassName
{
color: #63ACE4;
}
</style>
background-color css
<style>
a { background-color: #63ACE4; }
a { background-color: rgb(99,172,228); }
div.DivClassName
{
background-color: #63ACE4;
}
.BgClassName
{
background-color: #63ACE4;
}
</style>
border-color css
<style>
span { border-color: #63ACE4; }
span { border-color: rgb(99,172,228); }
td.TdClassName
{
border-color: #63ACE4;
}
.TagClassName
{
border-color: #63ACE4;
}
</style>