Shades of Malibu #63C1E5
Tints of Malibu #63C1E5
RGB
CMYK
RGB Variations
Color information
#63C1E5 (or 0x63C1E5) is known color: Malibu. HEX triplet: 63, C1 and E5. RGB value is (99,193,229). Sum of RGB (Red+Green+Blue) = 99+193+229=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 193 (75.78% from 255 or 37.04% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #63C1E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C1E5 is #9C3E1A. Grayscale: #A8A8A8. Windows color (decimal): -10239515 or 15057251. OLE color: 15057251.
HSL color Cylindrical-coordinate representation of color #63C1E5: hue angle of 196.62º 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 #63C1E5 is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 193 | 229 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.10 |
| HSL | 196.62º | 0.71% | 0.64% | - |
| HSV(B) | 196.62º | 0.57% | 0.9% | - |
| XYZ | 38.36 | 46.45 | 81.07 | - |
| YUV | 169 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 193 | 229 | 0.57 | 0.16 | 0 | 0.10 | 196.62 | 0.71 | 0.64 |
| Hex | 63 | C1 | E5 | 39 | 10 | 0 | A | C5 | 47 | 40 |
| Octal | 143 | 301 | 345 | 71 | 20 | 0 | 12 | 305 | 107 | 100 |
| Binary | 1100011 | 11000001 | 11100101 | 111001 | 10000 | 0 | 1010 | 11000101 | 1000111 | 1000000 |
Color Harmonies of #63C1E5
Complementary color
Monochromatic Colors of #63C1E5
Black with #63C1E5
Text Example
Text Example
White with #63C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C1E5; }
p { color: rgb(99,193,229); }
H1.HeaderClassName
{
color: #63C1E5;
}
.AnyTagClassName
{
color: #63C1E5;
}
</style>
background-color css
<style>
a { background-color: #63C1E5; }
a { background-color: rgb(99,193,229); }
div.DivClassName
{
background-color: #63C1E5;
}
.BgClassName
{
background-color: #63C1E5;
}
</style>
border-color css
<style>
span { border-color: #63C1E5; }
span { border-color: rgb(99,193,229); }
td.TdClassName
{
border-color: #63C1E5;
}
.TagClassName
{
border-color: #63C1E5;
}
</style>