Shades of Malibu #63B6D8
Tints of Malibu #63B6D8
RGB
CMYK
RGB Variations
Color information
#63B6D8 (or 0x63B6D8) is known color: Malibu. HEX triplet: 63, B6 and D8. RGB value is (99,182,216). Sum of RGB (Red+Green+Blue) = 99+182+216=497 (65% of max value = 765). Red value is 99 (39.06% from 255 or 19.92% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 216 (84.77% from 255 or 43.46% from 497); Max value from RGB is 216 - color contains mainly: blue. Hex color #63B6D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B6D8 is #9C4927. Grayscale: #A0A0A0. Windows color (decimal): -10242344 or 14202467. OLE color: 14202467.
HSL color Cylindrical-coordinate representation of color #63B6D8: hue angle of 197.44º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63B6D8 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 182 | 216 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.15 |
| HSL | 197.44º | 0.6% | 0.62% | - |
| HSV(B) | 197.44º | 0.54% | 0.85% | - |
| XYZ | 34.27 | 41.07 | 71.09 | - |
| YUV | 161.06 | 159 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 182 | 216 | 0.54 | 0.16 | 0 | 0.15 | 197.44 | 0.6 | 0.62 |
| Hex | 63 | B6 | D8 | 36 | 10 | 0 | F | C5 | 3C | 3E |
| Octal | 143 | 266 | 330 | 66 | 20 | 0 | 17 | 305 | 74 | 76 |
| Binary | 1100011 | 10110110 | 11011000 | 110110 | 10000 | 0 | 1111 | 11000101 | 111100 | 111110 |
Color Harmonies of #63B6D8
Complementary color
Monochromatic Colors of #63B6D8
Black with #63B6D8
Text Example
Text Example
White with #63B6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B6D8; }
p { color: rgb(99,182,216); }
H1.HeaderClassName
{
color: #63B6D8;
}
.AnyTagClassName
{
color: #63B6D8;
}
</style>
background-color css
<style>
a { background-color: #63B6D8; }
a { background-color: rgb(99,182,216); }
div.DivClassName
{
background-color: #63B6D8;
}
.BgClassName
{
background-color: #63B6D8;
}
</style>
border-color css
<style>
span { border-color: #63B6D8; }
span { border-color: rgb(99,182,216); }
td.TdClassName
{
border-color: #63B6D8;
}
.TagClassName
{
border-color: #63B6D8;
}
</style>