Shades of Malibu #63B6D0
Tints of Malibu #63B6D0
RGB
CMYK
RGB Variations
Color information
#63B6D0 (or 0x63B6D0) is known color: Malibu. HEX triplet: 63, B6 and D0. RGB value is (99,182,208). Sum of RGB (Red+Green+Blue) = 99+182+208=489 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.25% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #63B6D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B6D0 is #9C492F. Grayscale: #9F9F9F. Windows color (decimal): -10242352 or 13678179. OLE color: 13678179.
HSL color Cylindrical-coordinate representation of color #63B6D0: hue angle of 194.31º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63B6D0 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 182 | 208 | - |
| CMYK | 0.52 | 0.12 | 0 | 0.18 |
| HSL | 194.31º | 0.54% | 0.6% | - |
| HSV(B) | 194.31º | 0.52% | 0.82% | - |
| XYZ | 33.26 | 40.66 | 65.77 | - |
| YUV | 160.15 | 155 | 84.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 182 | 208 | 0.52 | 0.12 | 0 | 0.18 | 194.31 | 0.54 | 0.6 |
| Hex | 63 | B6 | D0 | 34 | C | 0 | 12 | C2 | 36 | 3C |
| Octal | 143 | 266 | 320 | 64 | 14 | 0 | 22 | 302 | 66 | 74 |
| Binary | 1100011 | 10110110 | 11010000 | 110100 | 1100 | 0 | 10010 | 11000010 | 110110 | 111100 |
Color Harmonies of #63B6D0
Complementary color
Monochromatic Colors of #63B6D0
Black with #63B6D0
Text Example
Text Example
White with #63B6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B6D0; }
p { color: rgb(99,182,208); }
H1.HeaderClassName
{
color: #63B6D0;
}
.AnyTagClassName
{
color: #63B6D0;
}
</style>
background-color css
<style>
a { background-color: #63B6D0; }
a { background-color: rgb(99,182,208); }
div.DivClassName
{
background-color: #63B6D0;
}
.BgClassName
{
background-color: #63B6D0;
}
</style>
border-color css
<style>
span { border-color: #63B6D0; }
span { border-color: rgb(99,182,208); }
td.TdClassName
{
border-color: #63B6D0;
}
.TagClassName
{
border-color: #63B6D0;
}
</style>