Shades of Malibu #63ADE3
Tints of Malibu #63ADE3
RGB
CMYK
RGB Variations
Color information
#63ADE3 (or 0x63ADE3) is known color: Malibu. HEX triplet: 63, AD and E3. RGB value is (99,173,227). Sum of RGB (Red+Green+Blue) = 99+173+227=499 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.84% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 227 (89.06% from 255 or 45.49% from 499); Max value from RGB is 227 - color contains mainly: blue. Hex color #63ADE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADE3 is #9C521C. Grayscale: #9C9C9C. Windows color (decimal): -10244637 or 14921059. OLE color: 14921059.
HSL color Cylindrical-coordinate representation of color #63ADE3: hue angle of 205.31º degrees, saturation: 0.7, 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 #63ADE3 is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 173 | 227 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.11 |
| HSL | 205.31º | 0.7% | 0.64% | - |
| HSV(B) | 205.31º | 0.56% | 0.89% | - |
| XYZ | 33.95 | 38.09 | 78.23 | - |
| YUV | 157.03 | 167.48 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 227 | 0.56 | 0.24 | 0 | 0.11 | 205.31 | 0.7 | 0.64 |
| Hex | 63 | AD | E3 | 38 | 18 | 0 | B | CD | 46 | 40 |
| Octal | 143 | 255 | 343 | 70 | 30 | 0 | 13 | 315 | 106 | 100 |
| Binary | 1100011 | 10101101 | 11100011 | 111000 | 11000 | 0 | 1011 | 11001101 | 1000110 | 1000000 |
Color Harmonies of #63ADE3
Complementary color
Monochromatic Colors of #63ADE3
Black with #63ADE3
Text Example
Text Example
White with #63ADE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADE3; }
p { color: rgb(99,173,227); }
H1.HeaderClassName
{
color: #63ADE3;
}
.AnyTagClassName
{
color: #63ADE3;
}
</style>
background-color css
<style>
a { background-color: #63ADE3; }
a { background-color: rgb(99,173,227); }
div.DivClassName
{
background-color: #63ADE3;
}
.BgClassName
{
background-color: #63ADE3;
}
</style>
border-color css
<style>
span { border-color: #63ADE3; }
span { border-color: rgb(99,173,227); }
td.TdClassName
{
border-color: #63ADE3;
}
.TagClassName
{
border-color: #63ADE3;
}
</style>