Shades of Malibu #63C2D7
Tints of Malibu #63C2D7
RGB
CMYK
RGB Variations
Color information
#63C2D7 (or 0x63C2D7) is known color: Malibu. HEX triplet: 63, C2 and D7. RGB value is (99,194,215). Sum of RGB (Red+Green+Blue) = 99+194+215=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 215 (84.38% from 255 or 42.32% from 508); Max value from RGB is 215 - color contains mainly: blue. Hex color #63C2D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2D7 is #9C3D28. Grayscale: #A7A7A7. Windows color (decimal): -10239273 or 14140003. OLE color: 14140003.
HSL color Cylindrical-coordinate representation of color #63C2D7: hue angle of 190.86º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63C2D7 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 194 | 215 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.16 |
| HSL | 190.86º | 0.59% | 0.62% | - |
| HSV(B) | 190.86º | 0.54% | 0.84% | - |
| XYZ | 36.7 | 46.14 | 71.26 | - |
| YUV | 167.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 194 | 215 | 0.54 | 0.10 | 0 | 0.16 | 190.86 | 0.59 | 0.62 |
| Hex | 63 | C2 | D7 | 36 | A | 0 | 10 | BF | 3B | 3E |
| Octal | 143 | 302 | 327 | 66 | 12 | 0 | 20 | 277 | 73 | 76 |
| Binary | 1100011 | 11000010 | 11010111 | 110110 | 1010 | 0 | 10000 | 10111111 | 111011 | 111110 |
Color Harmonies of #63C2D7
Complementary color
Monochromatic Colors of #63C2D7
Black with #63C2D7
Text Example
Text Example
White with #63C2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C2D7; }
p { color: rgb(99,194,215); }
H1.HeaderClassName
{
color: #63C2D7;
}
.AnyTagClassName
{
color: #63C2D7;
}
</style>
background-color css
<style>
a { background-color: #63C2D7; }
a { background-color: rgb(99,194,215); }
div.DivClassName
{
background-color: #63C2D7;
}
.BgClassName
{
background-color: #63C2D7;
}
</style>
border-color css
<style>
span { border-color: #63C2D7; }
span { border-color: rgb(99,194,215); }
td.TdClassName
{
border-color: #63C2D7;
}
.TagClassName
{
border-color: #63C2D7;
}
</style>