Shades of Malibu #63BFDF
Tints of Malibu #63BFDF
RGB
CMYK
RGB Variations
Color information
#63BFDF (or 0x63BFDF) is known color: Malibu. HEX triplet: 63, BF and DF. RGB value is (99,191,223). Sum of RGB (Red+Green+Blue) = 99+191+223=513 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.30% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 223 (87.5% from 255 or 43.47% from 513); Max value from RGB is 223 - color contains mainly: blue. Hex color #63BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFDF is #9C4020. Grayscale: #A6A6A6. Windows color (decimal): -10240033 or 14663523. OLE color: 14663523.
HSL color Cylindrical-coordinate representation of color #63BFDF: hue angle of 195.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63BFDF is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 191 | 223 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.13 |
| HSL | 195.48º | 0.66% | 0.63% | - |
| HSV(B) | 195.48º | 0.56% | 0.87% | - |
| XYZ | 37.1 | 45.24 | 76.59 | - |
| YUV | 167.14 | 159.52 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 223 | 0.56 | 0.14 | 0 | 0.13 | 195.48 | 0.66 | 0.63 |
| Hex | 63 | BF | DF | 38 | E | 0 | D | C3 | 42 | 3F |
| Octal | 143 | 277 | 337 | 70 | 16 | 0 | 15 | 303 | 102 | 77 |
| Binary | 1100011 | 10111111 | 11011111 | 111000 | 1110 | 0 | 1101 | 11000011 | 1000010 | 111111 |
Color Harmonies of #63BFDF
Complementary color
Monochromatic Colors of #63BFDF
Black with #63BFDF
Text Example
Text Example
White with #63BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFDF; }
p { color: rgb(99,191,223); }
H1.HeaderClassName
{
color: #63BFDF;
}
.AnyTagClassName
{
color: #63BFDF;
}
</style>
background-color css
<style>
a { background-color: #63BFDF; }
a { background-color: rgb(99,191,223); }
div.DivClassName
{
background-color: #63BFDF;
}
.BgClassName
{
background-color: #63BFDF;
}
</style>
border-color css
<style>
span { border-color: #63BFDF; }
span { border-color: rgb(99,191,223); }
td.TdClassName
{
border-color: #63BFDF;
}
.TagClassName
{
border-color: #63BFDF;
}
</style>