Shades of Malibu #63C0EC
Tints of Malibu #63C0EC
RGB
CMYK
RGB Variations
Color information
#63C0EC (or 0x63C0EC) is known color: Malibu. HEX triplet: 63, C0 and EC. RGB value is (99,192,236). Sum of RGB (Red+Green+Blue) = 99+192+236=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 192 (75.39% from 255 or 36.43% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #63C0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C0EC is #9C3F13. Grayscale: #A8A8A8. Windows color (decimal): -10239764 or 15515747. OLE color: 15515747.
HSL color Cylindrical-coordinate representation of color #63C0EC: hue angle of 199.27º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63C0EC is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 192 | 236 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.07 |
| HSL | 199.27º | 0.78% | 0.66% | - |
| HSV(B) | 199.27º | 0.58% | 0.93% | - |
| XYZ | 39.14 | 46.41 | 86.25 | - |
| YUV | 169.21 | 165.69 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 236 | 0.58 | 0.19 | 0 | 0.07 | 199.27 | 0.78 | 0.66 |
| Hex | 63 | C0 | EC | 3A | 13 | 0 | 7 | C7 | 4E | 42 |
| Octal | 143 | 300 | 354 | 72 | 23 | 0 | 7 | 307 | 116 | 102 |
| Binary | 1100011 | 11000000 | 11101100 | 111010 | 10011 | 0 | 111 | 11000111 | 1001110 | 1000010 |
Color Harmonies of #63C0EC
Complementary color
Monochromatic Colors of #63C0EC
Black with #63C0EC
Text Example
Text Example
White with #63C0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0EC; }
p { color: rgb(99,192,236); }
H1.HeaderClassName
{
color: #63C0EC;
}
.AnyTagClassName
{
color: #63C0EC;
}
</style>
background-color css
<style>
a { background-color: #63C0EC; }
a { background-color: rgb(99,192,236); }
div.DivClassName
{
background-color: #63C0EC;
}
.BgClassName
{
background-color: #63C0EC;
}
</style>
border-color css
<style>
span { border-color: #63C0EC; }
span { border-color: rgb(99,192,236); }
td.TdClassName
{
border-color: #63C0EC;
}
.TagClassName
{
border-color: #63C0EC;
}
</style>