Shades of Malibu #63A8EB
Tints of Malibu #63A8EB
RGB
CMYK
RGB Variations
Color information
#63A8EB (or 0x63A8EB) is known color: Malibu. HEX triplet: 63, A8 and EB. RGB value is (99,168,235). Sum of RGB (Red+Green+Blue) = 99+168+235=502 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.72% from 502); Green value is 168 (66.02% from 255 or 33.47% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #63A8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A8EB is #9C5714. Grayscale: #9A9A9A. Windows color (decimal): -10245909 or 15444067. OLE color: 15444067.
HSL color Cylindrical-coordinate representation of color #63A8EB: hue angle of 209.56º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63A8EB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 168 | 235 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.08 |
| HSL | 209.56º | 0.77% | 0.65% | - |
| HSV(B) | 209.56º | 0.58% | 0.92% | - |
| XYZ | 34.14 | 36.66 | 83.87 | - |
| YUV | 155.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 235 | 0.58 | 0.29 | 0 | 0.08 | 209.56 | 0.77 | 0.65 |
| Hex | 63 | A8 | EB | 3A | 1D | 0 | 8 | D2 | 4D | 41 |
| Octal | 143 | 250 | 353 | 72 | 35 | 0 | 10 | 322 | 115 | 101 |
| Binary | 1100011 | 10101000 | 11101011 | 111010 | 11101 | 0 | 1000 | 11010010 | 1001101 | 1000001 |
Color Harmonies of #63A8EB
Complementary color
Monochromatic Colors of #63A8EB
Black with #63A8EB
Text Example
Text Example
White with #63A8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A8EB; }
p { color: rgb(99,168,235); }
H1.HeaderClassName
{
color: #63A8EB;
}
.AnyTagClassName
{
color: #63A8EB;
}
</style>
background-color css
<style>
a { background-color: #63A8EB; }
a { background-color: rgb(99,168,235); }
div.DivClassName
{
background-color: #63A8EB;
}
.BgClassName
{
background-color: #63A8EB;
}
</style>
border-color css
<style>
span { border-color: #63A8EB; }
span { border-color: rgb(99,168,235); }
td.TdClassName
{
border-color: #63A8EB;
}
.TagClassName
{
border-color: #63A8EB;
}
</style>