Shades of Malibu #63C4DA
Tints of Malibu #63C4DA
RGB
CMYK
RGB Variations
Color information
#63C4DA (or 0x63C4DA) is known color: Malibu. HEX triplet: 63, C4 and DA. RGB value is (99,196,218). Sum of RGB (Red+Green+Blue) = 99+196+218=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #63C4DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C4DA is #9C3B25. Grayscale: #A9A9A9. Windows color (decimal): -10238758 or 14337123. OLE color: 14337123.
HSL color Cylindrical-coordinate representation of color #63C4DA: hue angle of 191.09º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63C4DA is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 196 | 218 | - |
| CMYK | 0.55 | 0.10 | 0 | 0.15 |
| HSL | 191.09º | 0.62% | 0.62% | - |
| HSV(B) | 191.09º | 0.55% | 0.85% | - |
| XYZ | 37.54 | 47.19 | 73.46 | - |
| YUV | 169.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 196 | 218 | 0.55 | 0.10 | 0 | 0.15 | 191.09 | 0.62 | 0.62 |
| Hex | 63 | C4 | DA | 37 | A | 0 | F | BF | 3E | 3E |
| Octal | 143 | 304 | 332 | 67 | 12 | 0 | 17 | 277 | 76 | 76 |
| Binary | 1100011 | 11000100 | 11011010 | 110111 | 1010 | 0 | 1111 | 10111111 | 111110 | 111110 |
Color Harmonies of #63C4DA
Complementary color
Monochromatic Colors of #63C4DA
Black with #63C4DA
Text Example
Text Example
White with #63C4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C4DA; }
p { color: rgb(99,196,218); }
H1.HeaderClassName
{
color: #63C4DA;
}
.AnyTagClassName
{
color: #63C4DA;
}
</style>
background-color css
<style>
a { background-color: #63C4DA; }
a { background-color: rgb(99,196,218); }
div.DivClassName
{
background-color: #63C4DA;
}
.BgClassName
{
background-color: #63C4DA;
}
</style>
border-color css
<style>
span { border-color: #63C4DA; }
span { border-color: rgb(99,196,218); }
td.TdClassName
{
border-color: #63C4DA;
}
.TagClassName
{
border-color: #63C4DA;
}
</style>