Shades of Malibu #63AFE8
Tints of Malibu #63AFE8
RGB
CMYK
RGB Variations
Color information
#63AFE8 (or 0x63AFE8) is known color: Malibu. HEX triplet: 63, AF and E8. RGB value is (99,175,232). Sum of RGB (Red+Green+Blue) = 99+175+232=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 232 (91.02% from 255 or 45.85% from 506); Max value from RGB is 232 - color contains mainly: blue. Hex color #63AFE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AFE8 is #9C5017. Grayscale: #9E9E9E. Windows color (decimal): -10244120 or 15249251. OLE color: 15249251.
HSL color Cylindrical-coordinate representation of color #63AFE8: hue angle of 205.71º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63AFE8 is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 99 | 175 | 232 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.09 |
| HSL | 205.71º | 0.74% | 0.65% | - |
| HSV(B) | 205.71º | 0.57% | 0.91% | - |
| XYZ | 35.04 | 39.14 | 82.05 | - |
| YUV | 158.77 | 169.32 | 85.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 175 | 232 | 0.57 | 0.25 | 0 | 0.09 | 205.71 | 0.74 | 0.65 |
| Hex | 63 | AF | E8 | 39 | 19 | 0 | 9 | CE | 4A | 41 |
| Octal | 143 | 257 | 350 | 71 | 31 | 0 | 11 | 316 | 112 | 101 |
| Binary | 1100011 | 10101111 | 11101000 | 111001 | 11001 | 0 | 1001 | 11001110 | 1001010 | 1000001 |
Color Harmonies of #63AFE8
Complementary color
Monochromatic Colors of #63AFE8
Black with #63AFE8
Text Example
Text Example
White with #63AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AFE8; }
p { color: rgb(99,175,232); }
H1.HeaderClassName
{
color: #63AFE8;
}
.AnyTagClassName
{
color: #63AFE8;
}
</style>
background-color css
<style>
a { background-color: #63AFE8; }
a { background-color: rgb(99,175,232); }
div.DivClassName
{
background-color: #63AFE8;
}
.BgClassName
{
background-color: #63AFE8;
}
</style>
border-color css
<style>
span { border-color: #63AFE8; }
span { border-color: rgb(99,175,232); }
td.TdClassName
{
border-color: #63AFE8;
}
.TagClassName
{
border-color: #63AFE8;
}
</style>