Shades of Malibu #63AAE2
Tints of Malibu #63AAE2
RGB
CMYK
RGB Variations
Color information
#63AAE2 (or 0x63AAE2) is known color: Malibu. HEX triplet: 63, AA and E2. RGB value is (99,170,226). Sum of RGB (Red+Green+Blue) = 99+170+226=495 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #63AAE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AAE2 is #9C551D. Grayscale: #9A9A9A. Windows color (decimal): -10245406 or 14854755. OLE color: 14854755.
HSL color Cylindrical-coordinate representation of color #63AAE2: hue angle of 206.46º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63AAE2 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 170 | 226 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.11 |
| HSL | 206.46º | 0.69% | 0.64% | - |
| HSV(B) | 206.46º | 0.56% | 0.89% | - |
| XYZ | 33.25 | 36.89 | 77.32 | - |
| YUV | 155.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 226 | 0.56 | 0.25 | 0 | 0.11 | 206.46 | 0.69 | 0.64 |
| Hex | 63 | AA | E2 | 38 | 19 | 0 | B | CE | 45 | 40 |
| Octal | 143 | 252 | 342 | 70 | 31 | 0 | 13 | 316 | 105 | 100 |
| Binary | 1100011 | 10101010 | 11100010 | 111000 | 11001 | 0 | 1011 | 11001110 | 1000101 | 1000000 |
Color Harmonies of #63AAE2
Complementary color
Monochromatic Colors of #63AAE2
Black with #63AAE2
Text Example
Text Example
White with #63AAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAE2; }
p { color: rgb(99,170,226); }
H1.HeaderClassName
{
color: #63AAE2;
}
.AnyTagClassName
{
color: #63AAE2;
}
</style>
background-color css
<style>
a { background-color: #63AAE2; }
a { background-color: rgb(99,170,226); }
div.DivClassName
{
background-color: #63AAE2;
}
.BgClassName
{
background-color: #63AAE2;
}
</style>
border-color css
<style>
span { border-color: #63AAE2; }
span { border-color: rgb(99,170,226); }
td.TdClassName
{
border-color: #63AAE2;
}
.TagClassName
{
border-color: #63AAE2;
}
</style>