Shades of Malibu #63BFD8
Tints of Malibu #63BFD8
RGB
CMYK
RGB Variations
Color information
#63BFD8 (or 0x63BFD8) is known color: Malibu. HEX triplet: 63, BF and D8. RGB value is (99,191,216). Sum of RGB (Red+Green+Blue) = 99+191+216=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #63BFD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFD8 is #9C4027. Grayscale: #A6A6A6. Windows color (decimal): -10240040 or 14204771. OLE color: 14204771.
HSL color Cylindrical-coordinate representation of color #63BFD8: hue angle of 192.82º 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 #63BFD8 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 191 | 216 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.15 |
| HSL | 192.82º | 0.6% | 0.62% | - |
| HSV(B) | 192.82º | 0.54% | 0.85% | - |
| XYZ | 36.17 | 44.87 | 71.72 | - |
| YUV | 166.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 216 | 0.54 | 0.12 | 0 | 0.15 | 192.82 | 0.6 | 0.62 |
| Hex | 63 | BF | D8 | 36 | C | 0 | F | C1 | 3C | 3E |
| Octal | 143 | 277 | 330 | 66 | 14 | 0 | 17 | 301 | 74 | 76 |
| Binary | 1100011 | 10111111 | 11011000 | 110110 | 1100 | 0 | 1111 | 11000001 | 111100 | 111110 |
Color Harmonies of #63BFD8
Complementary color
Monochromatic Colors of #63BFD8
Black with #63BFD8
Text Example
Text Example
White with #63BFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFD8; }
p { color: rgb(99,191,216); }
H1.HeaderClassName
{
color: #63BFD8;
}
.AnyTagClassName
{
color: #63BFD8;
}
</style>
background-color css
<style>
a { background-color: #63BFD8; }
a { background-color: rgb(99,191,216); }
div.DivClassName
{
background-color: #63BFD8;
}
.BgClassName
{
background-color: #63BFD8;
}
</style>
border-color css
<style>
span { border-color: #63BFD8; }
span { border-color: rgb(99,191,216); }
td.TdClassName
{
border-color: #63BFD8;
}
.TagClassName
{
border-color: #63BFD8;
}
</style>