Shades of Malibu #63C2DD
Tints of Malibu #63C2DD
RGB
CMYK
RGB Variations
Color information
#63C2DD (or 0x63C2DD) is known color: Malibu. HEX triplet: 63, C2 and DD. RGB value is (99,194,221). Sum of RGB (Red+Green+Blue) = 99+194+221=514 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.26% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #63C2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C2DD is #9C3D22. Grayscale: #A8A8A8. Windows color (decimal): -10239267 or 14533219. OLE color: 14533219.
HSL color Cylindrical-coordinate representation of color #63C2DD: hue angle of 193.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63C2DD is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 194 | 221 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.13 |
| HSL | 193.28º | 0.64% | 0.63% | - |
| HSV(B) | 193.28º | 0.55% | 0.87% | - |
| XYZ | 37.49 | 46.46 | 75.4 | - |
| YUV | 168.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 194 | 221 | 0.55 | 0.12 | 0 | 0.13 | 193.28 | 0.64 | 0.63 |
| Hex | 63 | C2 | DD | 37 | C | 0 | D | C1 | 40 | 3F |
| Octal | 143 | 302 | 335 | 67 | 14 | 0 | 15 | 301 | 100 | 77 |
| Binary | 1100011 | 11000010 | 11011101 | 110111 | 1100 | 0 | 1101 | 11000001 | 1000000 | 111111 |
Color Harmonies of #63C2DD
Complementary color
Monochromatic Colors of #63C2DD
Black with #63C2DD
Text Example
Text Example
White with #63C2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C2DD; }
p { color: rgb(99,194,221); }
H1.HeaderClassName
{
color: #63C2DD;
}
.AnyTagClassName
{
color: #63C2DD;
}
</style>
background-color css
<style>
a { background-color: #63C2DD; }
a { background-color: rgb(99,194,221); }
div.DivClassName
{
background-color: #63C2DD;
}
.BgClassName
{
background-color: #63C2DD;
}
</style>
border-color css
<style>
span { border-color: #63C2DD; }
span { border-color: rgb(99,194,221); }
td.TdClassName
{
border-color: #63C2DD;
}
.TagClassName
{
border-color: #63C2DD;
}
</style>