Shades of Malibu #63BCD6
Tints of Malibu #63BCD6
RGB
CMYK
RGB Variations
Color information
#63BCD6 (or 0x63BCD6) is known color: Malibu. HEX triplet: 63, BC and D6. RGB value is (99,188,214). Sum of RGB (Red+Green+Blue) = 99+188+214=501 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.76% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 214 (83.98% from 255 or 42.71% from 501); Max value from RGB is 214 - color contains mainly: blue. Hex color #63BCD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCD6 is #9C4329. Grayscale: #A4A4A4. Windows color (decimal): -10240810 or 14072931. OLE color: 14072931.
HSL color Cylindrical-coordinate representation of color #63BCD6: hue angle of 193.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63BCD6 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 188 | 214 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.16 |
| HSL | 193.57º | 0.58% | 0.61% | - |
| HSV(B) | 193.57º | 0.54% | 0.84% | - |
| XYZ | 35.27 | 43.47 | 70.15 | - |
| YUV | 164.35 | 156.01 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 214 | 0.54 | 0.12 | 0 | 0.16 | 193.57 | 0.58 | 0.61 |
| Hex | 63 | BC | D6 | 36 | C | 0 | 10 | C2 | 3A | 3D |
| Octal | 143 | 274 | 326 | 66 | 14 | 0 | 20 | 302 | 72 | 75 |
| Binary | 1100011 | 10111100 | 11010110 | 110110 | 1100 | 0 | 10000 | 11000010 | 111010 | 111101 |
Color Harmonies of #63BCD6
Complementary color
Monochromatic Colors of #63BCD6
Black with #63BCD6
Text Example
Text Example
White with #63BCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCD6; }
p { color: rgb(99,188,214); }
H1.HeaderClassName
{
color: #63BCD6;
}
.AnyTagClassName
{
color: #63BCD6;
}
</style>
background-color css
<style>
a { background-color: #63BCD6; }
a { background-color: rgb(99,188,214); }
div.DivClassName
{
background-color: #63BCD6;
}
.BgClassName
{
background-color: #63BCD6;
}
</style>
border-color css
<style>
span { border-color: #63BCD6; }
span { border-color: rgb(99,188,214); }
td.TdClassName
{
border-color: #63BCD6;
}
.TagClassName
{
border-color: #63BCD6;
}
</style>