Shades of Malibu #63ADDB
Tints of Malibu #63ADDB
RGB
CMYK
RGB Variations
Color information
#63ADDB (or 0x63ADDB) is known color: Malibu. HEX triplet: 63, AD and DB. RGB value is (99,173,219). Sum of RGB (Red+Green+Blue) = 99+173+219=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #63ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADDB is #9C5224. Grayscale: #9B9B9B. Windows color (decimal): -10244645 or 14396771. OLE color: 14396771.
HSL color Cylindrical-coordinate representation of color #63ADDB: hue angle of 203º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63ADDB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 173 | 219 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.14 |
| HSL | 203º | 0.63% | 0.62% | - |
| HSV(B) | 203º | 0.55% | 0.86% | - |
| XYZ | 32.88 | 37.65 | 72.55 | - |
| YUV | 156.12 | 163.48 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 219 | 0.55 | 0.21 | 0 | 0.14 | 203 | 0.63 | 0.62 |
| Hex | 63 | AD | DB | 37 | 15 | 0 | E | CB | 3E | 3E |
| Octal | 143 | 255 | 333 | 67 | 25 | 0 | 16 | 313 | 76 | 76 |
| Binary | 1100011 | 10101101 | 11011011 | 110111 | 10101 | 0 | 1110 | 11001011 | 111110 | 111110 |
Color Harmonies of #63ADDB
Complementary color
Monochromatic Colors of #63ADDB
Black with #63ADDB
Text Example
Text Example
White with #63ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADDB; }
p { color: rgb(99,173,219); }
H1.HeaderClassName
{
color: #63ADDB;
}
.AnyTagClassName
{
color: #63ADDB;
}
</style>
background-color css
<style>
a { background-color: #63ADDB; }
a { background-color: rgb(99,173,219); }
div.DivClassName
{
background-color: #63ADDB;
}
.BgClassName
{
background-color: #63ADDB;
}
</style>
border-color css
<style>
span { border-color: #63ADDB; }
span { border-color: rgb(99,173,219); }
td.TdClassName
{
border-color: #63ADDB;
}
.TagClassName
{
border-color: #63ADDB;
}
</style>