Shades of Malibu #63ACE8
Tints of Malibu #63ACE8
RGB
CMYK
RGB Variations
Color information
#63ACE8 (or 0x63ACE8) is known color: Malibu. HEX triplet: 63, AC and E8. RGB value is (99,172,232). Sum of RGB (Red+Green+Blue) = 99+172+232=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #63ACE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63ACE8 is #9C5317. Grayscale: #9C9C9C. Windows color (decimal): -10244888 or 15248483. OLE color: 15248483.
HSL color Cylindrical-coordinate representation of color #63ACE8: hue angle of 207.07º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63ACE8 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 172 | 232 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.09 |
| HSL | 207.07º | 0.74% | 0.65% | - |
| HSV(B) | 207.07º | 0.57% | 0.91% | - |
| XYZ | 34.46 | 37.98 | 81.86 | - |
| YUV | 157.01 | 170.32 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 232 | 0.57 | 0.26 | 0 | 0.09 | 207.07 | 0.74 | 0.65 |
| Hex | 63 | AC | E8 | 39 | 1A | 0 | 9 | CF | 4A | 41 |
| Octal | 143 | 254 | 350 | 71 | 32 | 0 | 11 | 317 | 112 | 101 |
| Binary | 1100011 | 10101100 | 11101000 | 111001 | 11010 | 0 | 1001 | 11001111 | 1001010 | 1000001 |
Color Harmonies of #63ACE8
Complementary color
Monochromatic Colors of #63ACE8
Black with #63ACE8
Text Example
Text Example
White with #63ACE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACE8; }
p { color: rgb(99,172,232); }
H1.HeaderClassName
{
color: #63ACE8;
}
.AnyTagClassName
{
color: #63ACE8;
}
</style>
background-color css
<style>
a { background-color: #63ACE8; }
a { background-color: rgb(99,172,232); }
div.DivClassName
{
background-color: #63ACE8;
}
.BgClassName
{
background-color: #63ACE8;
}
</style>
border-color css
<style>
span { border-color: #63ACE8; }
span { border-color: rgb(99,172,232); }
td.TdClassName
{
border-color: #63ACE8;
}
.TagClassName
{
border-color: #63ACE8;
}
</style>