Shades of Malibu #63BCDB
Tints of Malibu #63BCDB
RGB
CMYK
RGB Variations
Color information
#63BCDB (or 0x63BCDB) is known color: Malibu. HEX triplet: 63, BC and DB. RGB value is (99,188,219). Sum of RGB (Red+Green+Blue) = 99+188+219=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #63BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BCDB is #9C4324. Grayscale: #A4A4A4. Windows color (decimal): -10240805 or 14400611. OLE color: 14400611.
HSL color Cylindrical-coordinate representation of color #63BCDB: hue angle of 195.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63BCDB is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 188 | 219 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.14 |
| HSL | 195.5º | 0.63% | 0.62% | - |
| HSV(B) | 195.5º | 0.55% | 0.86% | - |
| XYZ | 35.91 | 43.73 | 73.57 | - |
| YUV | 164.92 | 158.51 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 219 | 0.55 | 0.14 | 0 | 0.14 | 195.5 | 0.63 | 0.62 |
| Hex | 63 | BC | DB | 37 | E | 0 | E | C4 | 3E | 3E |
| Octal | 143 | 274 | 333 | 67 | 16 | 0 | 16 | 304 | 76 | 76 |
| Binary | 1100011 | 10111100 | 11011011 | 110111 | 1110 | 0 | 1110 | 11000100 | 111110 | 111110 |
Color Harmonies of #63BCDB
Complementary color
Monochromatic Colors of #63BCDB
Black with #63BCDB
Text Example
Text Example
White with #63BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCDB; }
p { color: rgb(99,188,219); }
H1.HeaderClassName
{
color: #63BCDB;
}
.AnyTagClassName
{
color: #63BCDB;
}
</style>
background-color css
<style>
a { background-color: #63BCDB; }
a { background-color: rgb(99,188,219); }
div.DivClassName
{
background-color: #63BCDB;
}
.BgClassName
{
background-color: #63BCDB;
}
</style>
border-color css
<style>
span { border-color: #63BCDB; }
span { border-color: rgb(99,188,219); }
td.TdClassName
{
border-color: #63BCDB;
}
.TagClassName
{
border-color: #63BCDB;
}
</style>