Shades of Malibu #63AFE3
Tints of Malibu #63AFE3
RGB
CMYK
RGB Variations
Color information
#63AFE3 (or 0x63AFE3) is known color: Malibu. HEX triplet: 63, AF and E3. RGB value is (99,175,227). Sum of RGB (Red+Green+Blue) = 99+175+227=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #63AFE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AFE3 is #9C501C. Grayscale: #9D9D9D. Windows color (decimal): -10244125 or 14921571. OLE color: 14921571.
HSL color Cylindrical-coordinate representation of color #63AFE3: hue angle of 204.38º 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 #63AFE3 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 175 | 227 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.11 |
| HSL | 204.38º | 0.7% | 0.64% | - |
| HSV(B) | 204.38º | 0.56% | 0.89% | - |
| XYZ | 34.34 | 38.86 | 78.36 | - |
| YUV | 158.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 227 | 0.56 | 0.23 | 0 | 0.11 | 204.38 | 0.7 | 0.64 |
| Hex | 63 | AF | E3 | 38 | 17 | 0 | B | CC | 46 | 40 |
| Octal | 143 | 257 | 343 | 70 | 27 | 0 | 13 | 314 | 106 | 100 |
| Binary | 1100011 | 10101111 | 11100011 | 111000 | 10111 | 0 | 1011 | 11001100 | 1000110 | 1000000 |
Color Harmonies of #63AFE3
Complementary color
Monochromatic Colors of #63AFE3
Black with #63AFE3
Text Example
Text Example
White with #63AFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFE3; }
p { color: rgb(99,175,227); }
H1.HeaderClassName
{
color: #63AFE3;
}
.AnyTagClassName
{
color: #63AFE3;
}
</style>
background-color css
<style>
a { background-color: #63AFE3; }
a { background-color: rgb(99,175,227); }
div.DivClassName
{
background-color: #63AFE3;
}
.BgClassName
{
background-color: #63AFE3;
}
</style>
border-color css
<style>
span { border-color: #63AFE3; }
span { border-color: rgb(99,175,227); }
td.TdClassName
{
border-color: #63AFE3;
}
.TagClassName
{
border-color: #63AFE3;
}
</style>