Shades of Malibu #63AFE0
Tints of Malibu #63AFE0
RGB
CMYK
RGB Variations
Color information
#63AFE0 (or 0x63AFE0) is known color: Malibu. HEX triplet: 63, AF and E0. RGB value is (99,175,224). Sum of RGB (Red+Green+Blue) = 99+175+224=498 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.88% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #63AFE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFE0 is #9C501F. Grayscale: #9D9D9D. Windows color (decimal): -10244128 or 14724963. OLE color: 14724963.
HSL color Cylindrical-coordinate representation of color #63AFE0: hue angle of 203.52º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63AFE0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 99 | 175 | 224 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.12 |
| HSL | 203.52º | 0.67% | 0.63% | - |
| HSV(B) | 203.52º | 0.56% | 0.88% | - |
| XYZ | 33.93 | 38.69 | 76.2 | - |
| YUV | 157.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 224 | 0.56 | 0.22 | 0 | 0.12 | 203.52 | 0.67 | 0.63 |
| Hex | 63 | AF | E0 | 38 | 16 | 0 | C | CC | 43 | 3F |
| Octal | 143 | 257 | 340 | 70 | 26 | 0 | 14 | 314 | 103 | 77 |
| Binary | 1100011 | 10101111 | 11100000 | 111000 | 10110 | 0 | 1100 | 11001100 | 1000011 | 111111 |
Color Harmonies of #63AFE0
Complementary color
Monochromatic Colors of #63AFE0
Black with #63AFE0
Text Example
Text Example
White with #63AFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFE0; }
p { color: rgb(99,175,224); }
H1.HeaderClassName
{
color: #63AFE0;
}
.AnyTagClassName
{
color: #63AFE0;
}
</style>
background-color css
<style>
a { background-color: #63AFE0; }
a { background-color: rgb(99,175,224); }
div.DivClassName
{
background-color: #63AFE0;
}
.BgClassName
{
background-color: #63AFE0;
}
</style>
border-color css
<style>
span { border-color: #63AFE0; }
span { border-color: rgb(99,175,224); }
td.TdClassName
{
border-color: #63AFE0;
}
.TagClassName
{
border-color: #63AFE0;
}
</style>