Shades of Malibu #63AFE5
Tints of Malibu #63AFE5
RGB
CMYK
RGB Variations
Color information
#63AFE5 (or 0x63AFE5) is known color: Malibu. HEX triplet: 63, AF and E5. RGB value is (99,175,229). Sum of RGB (Red+Green+Blue) = 99+175+229=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 175 (68.75% from 255 or 34.79% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #63AFE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFE5 is #9C501A. Grayscale: #9E9E9E. Windows color (decimal): -10244123 or 15052643. OLE color: 15052643.
HSL color Cylindrical-coordinate representation of color #63AFE5: hue angle of 204.92º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63AFE5 is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 175 | 229 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.10 |
| HSL | 204.92º | 0.71% | 0.64% | - |
| HSV(B) | 204.92º | 0.57% | 0.9% | - |
| XYZ | 34.62 | 38.97 | 79.83 | - |
| YUV | 158.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 229 | 0.57 | 0.24 | 0 | 0.10 | 204.92 | 0.71 | 0.64 |
| Hex | 63 | AF | E5 | 39 | 18 | 0 | A | CD | 47 | 40 |
| Octal | 143 | 257 | 345 | 71 | 30 | 0 | 12 | 315 | 107 | 100 |
| Binary | 1100011 | 10101111 | 11100101 | 111001 | 11000 | 0 | 1010 | 11001101 | 1000111 | 1000000 |
Color Harmonies of #63AFE5
Complementary color
Monochromatic Colors of #63AFE5
Black with #63AFE5
Text Example
Text Example
White with #63AFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFE5; }
p { color: rgb(99,175,229); }
H1.HeaderClassName
{
color: #63AFE5;
}
.AnyTagClassName
{
color: #63AFE5;
}
</style>
background-color css
<style>
a { background-color: #63AFE5; }
a { background-color: rgb(99,175,229); }
div.DivClassName
{
background-color: #63AFE5;
}
.BgClassName
{
background-color: #63AFE5;
}
</style>
border-color css
<style>
span { border-color: #63AFE5; }
span { border-color: rgb(99,175,229); }
td.TdClassName
{
border-color: #63AFE5;
}
.TagClassName
{
border-color: #63AFE5;
}
</style>