Shades of Malibu #63B0D0
Tints of Malibu #63B0D0
RGB
CMYK
RGB Variations
Color information
#63B0D0 (or 0x63B0D0) is known color: Malibu. HEX triplet: 63, B0 and D0. RGB value is (99,176,208). Sum of RGB (Red+Green+Blue) = 99+176+208=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #63B0D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63B0D0 is #9C4F2F. Grayscale: #9C9C9C. Windows color (decimal): -10243888 or 13676643. OLE color: 13676643.
HSL color Cylindrical-coordinate representation of color #63B0D0: hue angle of 197.61º 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 #63B0D0 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 99 | 176 | 208 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.18 |
| HSL | 197.61º | 0.54% | 0.6% | - |
| HSV(B) | 197.61º | 0.52% | 0.82% | - |
| XYZ | 32.06 | 38.26 | 65.37 | - |
| YUV | 156.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 176 | 208 | 0.52 | 0.15 | 0 | 0.18 | 197.61 | 0.54 | 0.6 |
| Hex | 63 | B0 | D0 | 34 | F | 0 | 12 | C6 | 36 | 3C |
| Octal | 143 | 260 | 320 | 64 | 17 | 0 | 22 | 306 | 66 | 74 |
| Binary | 1100011 | 10110000 | 11010000 | 110100 | 1111 | 0 | 10010 | 11000110 | 110110 | 111100 |
Color Harmonies of #63B0D0
Complementary color
Monochromatic Colors of #63B0D0
Black with #63B0D0
Text Example
Text Example
White with #63B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B0D0; }
p { color: rgb(99,176,208); }
H1.HeaderClassName
{
color: #63B0D0;
}
.AnyTagClassName
{
color: #63B0D0;
}
</style>
background-color css
<style>
a { background-color: #63B0D0; }
a { background-color: rgb(99,176,208); }
div.DivClassName
{
background-color: #63B0D0;
}
.BgClassName
{
background-color: #63B0D0;
}
</style>
border-color css
<style>
span { border-color: #63B0D0; }
span { border-color: rgb(99,176,208); }
td.TdClassName
{
border-color: #63B0D0;
}
.TagClassName
{
border-color: #63B0D0;
}
</style>