Shades of Malibu #63B5DF
Tints of Malibu #63B5DF
RGB
CMYK
RGB Variations
Color information
#63B5DF (or 0x63B5DF) is known color: Malibu. HEX triplet: 63, B5 and DF. RGB value is (99,181,223). Sum of RGB (Red+Green+Blue) = 99+181+223=503 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.68% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #63B5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B5DF is #9C4A20. Grayscale: #A1A1A1. Windows color (decimal): -10242593 or 14660963. OLE color: 14660963.
HSL color Cylindrical-coordinate representation of color #63B5DF: hue angle of 200.32º 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 #63B5DF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 181 | 223 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.13 |
| HSL | 200.32º | 0.66% | 0.63% | - |
| HSV(B) | 200.32º | 0.56% | 0.87% | - |
| XYZ | 34.99 | 41.03 | 75.89 | - |
| YUV | 161.27 | 162.83 | 83.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 223 | 0.56 | 0.19 | 0 | 0.13 | 200.32 | 0.66 | 0.63 |
| Hex | 63 | B5 | DF | 38 | 13 | 0 | D | C8 | 42 | 3F |
| Octal | 143 | 265 | 337 | 70 | 23 | 0 | 15 | 310 | 102 | 77 |
| Binary | 1100011 | 10110101 | 11011111 | 111000 | 10011 | 0 | 1101 | 11001000 | 1000010 | 111111 |
Color Harmonies of #63B5DF
Complementary color
Monochromatic Colors of #63B5DF
Black with #63B5DF
Text Example
Text Example
White with #63B5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5DF; }
p { color: rgb(99,181,223); }
H1.HeaderClassName
{
color: #63B5DF;
}
.AnyTagClassName
{
color: #63B5DF;
}
</style>
background-color css
<style>
a { background-color: #63B5DF; }
a { background-color: rgb(99,181,223); }
div.DivClassName
{
background-color: #63B5DF;
}
.BgClassName
{
background-color: #63B5DF;
}
</style>
border-color css
<style>
span { border-color: #63B5DF; }
span { border-color: rgb(99,181,223); }
td.TdClassName
{
border-color: #63B5DF;
}
.TagClassName
{
border-color: #63B5DF;
}
</style>