Shades of Malibu #63C1DC
Tints of Malibu #63C1DC
RGB
CMYK
RGB Variations
Color information
#63C1DC (or 0x63C1DC) is known color: Malibu. HEX triplet: 63, C1 and DC. RGB value is (99,193,220). Sum of RGB (Red+Green+Blue) = 99+193+220=512 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.34% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #63C1DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C1DC is #9C3E23. Grayscale: #A7A7A7. Windows color (decimal): -10239524 or 14467427. OLE color: 14467427.
HSL color Cylindrical-coordinate representation of color #63C1DC: hue angle of 193.39º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63C1DC is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 193 | 220 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.14 |
| HSL | 193.39º | 0.63% | 0.63% | - |
| HSV(B) | 193.39º | 0.55% | 0.86% | - |
| XYZ | 37.13 | 45.96 | 74.62 | - |
| YUV | 167.97 | 157.36 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 193 | 220 | 0.55 | 0.12 | 0 | 0.14 | 193.39 | 0.63 | 0.63 |
| Hex | 63 | C1 | DC | 37 | C | 0 | E | C1 | 3F | 3F |
| Octal | 143 | 301 | 334 | 67 | 14 | 0 | 16 | 301 | 77 | 77 |
| Binary | 1100011 | 11000001 | 11011100 | 110111 | 1100 | 0 | 1110 | 11000001 | 111111 | 111111 |
Color Harmonies of #63C1DC
Complementary color
Monochromatic Colors of #63C1DC
Black with #63C1DC
Text Example
Text Example
White with #63C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C1DC; }
p { color: rgb(99,193,220); }
H1.HeaderClassName
{
color: #63C1DC;
}
.AnyTagClassName
{
color: #63C1DC;
}
</style>
background-color css
<style>
a { background-color: #63C1DC; }
a { background-color: rgb(99,193,220); }
div.DivClassName
{
background-color: #63C1DC;
}
.BgClassName
{
background-color: #63C1DC;
}
</style>
border-color css
<style>
span { border-color: #63C1DC; }
span { border-color: rgb(99,193,220); }
td.TdClassName
{
border-color: #63C1DC;
}
.TagClassName
{
border-color: #63C1DC;
}
</style>