Shades of Malibu #63ADDC
Tints of Malibu #63ADDC
RGB
CMYK
RGB Variations
Color information
#63ADDC (or 0x63ADDC) is known color: Malibu. HEX triplet: 63, AD and DC. RGB value is (99,173,220). Sum of RGB (Red+Green+Blue) = 99+173+220=492 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.12% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #63ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ADDC is #9C5223. Grayscale: #9B9B9B. Windows color (decimal): -10244644 or 14462307. OLE color: 14462307.
HSL color Cylindrical-coordinate representation of color #63ADDC: hue angle of 203.31º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63ADDC is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 173 | 220 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.14 |
| HSL | 203.31º | 0.63% | 0.63% | - |
| HSV(B) | 203.31º | 0.55% | 0.86% | - |
| XYZ | 33.01 | 37.71 | 73.25 | - |
| YUV | 156.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 173 | 220 | 0.55 | 0.21 | 0 | 0.14 | 203.31 | 0.63 | 0.63 |
| Hex | 63 | AD | DC | 37 | 15 | 0 | E | CB | 3F | 3F |
| Octal | 143 | 255 | 334 | 67 | 25 | 0 | 16 | 313 | 77 | 77 |
| Binary | 1100011 | 10101101 | 11011100 | 110111 | 10101 | 0 | 1110 | 11001011 | 111111 | 111111 |
Color Harmonies of #63ADDC
Complementary color
Monochromatic Colors of #63ADDC
Black with #63ADDC
Text Example
Text Example
White with #63ADDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ADDC; }
p { color: rgb(99,173,220); }
H1.HeaderClassName
{
color: #63ADDC;
}
.AnyTagClassName
{
color: #63ADDC;
}
</style>
background-color css
<style>
a { background-color: #63ADDC; }
a { background-color: rgb(99,173,220); }
div.DivClassName
{
background-color: #63ADDC;
}
.BgClassName
{
background-color: #63ADDC;
}
</style>
border-color css
<style>
span { border-color: #63ADDC; }
span { border-color: rgb(99,173,220); }
td.TdClassName
{
border-color: #63ADDC;
}
.TagClassName
{
border-color: #63ADDC;
}
</style>