Shades of Malibu #63ACF0
Tints of Malibu #63ACF0
RGB
CMYK
RGB Variations
Color information
#63ACF0 (or 0x63ACF0) is known color: Malibu. HEX triplet: 63, AC and F0. RGB value is (99,172,240). Sum of RGB (Red+Green+Blue) = 99+172+240=511 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.37% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #63ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63ACF0 is #9C530F. Grayscale: #9D9D9D. Windows color (decimal): -10244880 or 15772771. OLE color: 15772771.
HSL color Cylindrical-coordinate representation of color #63ACF0: hue angle of 208.94º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63ACF0 is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 172 | 240 | - |
| CMYK | 0.59 | 0.28 | 0 | 0.06 |
| HSL | 208.94º | 0.82% | 0.66% | - |
| HSV(B) | 208.94º | 0.59% | 0.94% | - |
| XYZ | 35.63 | 38.45 | 87.98 | - |
| YUV | 157.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 172 | 240 | 0.59 | 0.28 | 0 | 0.06 | 208.94 | 0.82 | 0.66 |
| Hex | 63 | AC | F0 | 3B | 1C | 0 | 6 | D1 | 52 | 42 |
| Octal | 143 | 254 | 360 | 73 | 34 | 0 | 6 | 321 | 122 | 102 |
| Binary | 1100011 | 10101100 | 11110000 | 111011 | 11100 | 0 | 110 | 11010001 | 1010010 | 1000010 |
Color Harmonies of #63ACF0
Complementary color
Monochromatic Colors of #63ACF0
Black with #63ACF0
Text Example
Text Example
White with #63ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ACF0; }
p { color: rgb(99,172,240); }
H1.HeaderClassName
{
color: #63ACF0;
}
.AnyTagClassName
{
color: #63ACF0;
}
</style>
background-color css
<style>
a { background-color: #63ACF0; }
a { background-color: rgb(99,172,240); }
div.DivClassName
{
background-color: #63ACF0;
}
.BgClassName
{
background-color: #63ACF0;
}
</style>
border-color css
<style>
span { border-color: #63ACF0; }
span { border-color: rgb(99,172,240); }
td.TdClassName
{
border-color: #63ACF0;
}
.TagClassName
{
border-color: #63ACF0;
}
</style>