Shades of Malibu #63BDE3
Tints of Malibu #63BDE3
RGB
CMYK
RGB Variations
Color information
#63BDE3 (or 0x63BDE3) is known color: Malibu. HEX triplet: 63, BD and E3. RGB value is (99,189,227). Sum of RGB (Red+Green+Blue) = 99+189+227=515 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.22% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #63BDE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDE3 is #9C421C. Grayscale: #A6A6A6. Windows color (decimal): -10240541 or 14925155. OLE color: 14925155.
HSL color Cylindrical-coordinate representation of color #63BDE3: hue angle of 197.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63BDE3 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 189 | 227 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.11 |
| HSL | 197.81º | 0.7% | 0.64% | - |
| HSV(B) | 197.81º | 0.56% | 0.89% | - |
| XYZ | 37.21 | 44.59 | 79.32 | - |
| YUV | 166.42 | 162.18 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 227 | 0.56 | 0.17 | 0 | 0.11 | 197.81 | 0.7 | 0.64 |
| Hex | 63 | BD | E3 | 38 | 11 | 0 | B | C6 | 46 | 40 |
| Octal | 143 | 275 | 343 | 70 | 21 | 0 | 13 | 306 | 106 | 100 |
| Binary | 1100011 | 10111101 | 11100011 | 111000 | 10001 | 0 | 1011 | 11000110 | 1000110 | 1000000 |
Color Harmonies of #63BDE3
Complementary color
Monochromatic Colors of #63BDE3
Black with #63BDE3
Text Example
Text Example
White with #63BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDE3; }
p { color: rgb(99,189,227); }
H1.HeaderClassName
{
color: #63BDE3;
}
.AnyTagClassName
{
color: #63BDE3;
}
</style>
background-color css
<style>
a { background-color: #63BDE3; }
a { background-color: rgb(99,189,227); }
div.DivClassName
{
background-color: #63BDE3;
}
.BgClassName
{
background-color: #63BDE3;
}
</style>
border-color css
<style>
span { border-color: #63BDE3; }
span { border-color: rgb(99,189,227); }
td.TdClassName
{
border-color: #63BDE3;
}
.TagClassName
{
border-color: #63BDE3;
}
</style>