Shades of Malibu #63ADDD
Tints of Malibu #63ADDD
RGB
CMYK
RGB Variations
Color information
#63ADDD (or 0x63ADDD) is known color: Malibu. HEX triplet: 63, AD and DD. RGB value is (99,173,221). Sum of RGB (Red+Green+Blue) = 99+173+221=493 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.08% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #63ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADDD is #9C5222. Grayscale: #9C9C9C. Windows color (decimal): -10244643 or 14527843. OLE color: 14527843.
HSL color Cylindrical-coordinate representation of color #63ADDD: hue angle of 203.61º 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 #63ADDD is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 173 | 221 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.13 |
| HSL | 203.61º | 0.64% | 0.63% | - |
| HSV(B) | 203.61º | 0.55% | 0.87% | - |
| XYZ | 33.14 | 37.76 | 73.95 | - |
| YUV | 156.35 | 164.48 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 221 | 0.55 | 0.22 | 0 | 0.13 | 203.61 | 0.64 | 0.63 |
| Hex | 63 | AD | DD | 37 | 16 | 0 | D | CC | 40 | 3F |
| Octal | 143 | 255 | 335 | 67 | 26 | 0 | 15 | 314 | 100 | 77 |
| Binary | 1100011 | 10101101 | 11011101 | 110111 | 10110 | 0 | 1101 | 11001100 | 1000000 | 111111 |
Color Harmonies of #63ADDD
Complementary color
Monochromatic Colors of #63ADDD
Black with #63ADDD
Text Example
Text Example
White with #63ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADDD; }
p { color: rgb(99,173,221); }
H1.HeaderClassName
{
color: #63ADDD;
}
.AnyTagClassName
{
color: #63ADDD;
}
</style>
background-color css
<style>
a { background-color: #63ADDD; }
a { background-color: rgb(99,173,221); }
div.DivClassName
{
background-color: #63ADDD;
}
.BgClassName
{
background-color: #63ADDD;
}
</style>
border-color css
<style>
span { border-color: #63ADDD; }
span { border-color: rgb(99,173,221); }
td.TdClassName
{
border-color: #63ADDD;
}
.TagClassName
{
border-color: #63ADDD;
}
</style>