Shades of Malibu #63BFE3
Tints of Malibu #63BFE3
RGB
CMYK
RGB Variations
Color information
#63BFE3 (or 0x63BFE3) is known color: Malibu. HEX triplet: 63, BF and E3. RGB value is (99,191,227). Sum of RGB (Red+Green+Blue) = 99+191+227=517 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.15% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 227 (89.06% from 255 or 43.91% from 517); Max value from RGB is 227 - color contains mainly: blue. Hex color #63BFE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFE3 is #9C401C. Grayscale: #A7A7A7. Windows color (decimal): -10240029 or 14925667. OLE color: 14925667.
HSL color Cylindrical-coordinate representation of color #63BFE3: hue angle of 196.88º 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 #63BFE3 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 191 | 227 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.11 |
| HSL | 196.88º | 0.7% | 0.64% | - |
| HSV(B) | 196.88º | 0.56% | 0.89% | - |
| XYZ | 37.64 | 45.46 | 79.46 | - |
| YUV | 167.6 | 161.52 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 227 | 0.56 | 0.16 | 0 | 0.11 | 196.88 | 0.7 | 0.64 |
| Hex | 63 | BF | E3 | 38 | 10 | 0 | B | C5 | 46 | 40 |
| Octal | 143 | 277 | 343 | 70 | 20 | 0 | 13 | 305 | 106 | 100 |
| Binary | 1100011 | 10111111 | 11100011 | 111000 | 10000 | 0 | 1011 | 11000101 | 1000110 | 1000000 |
Color Harmonies of #63BFE3
Complementary color
Monochromatic Colors of #63BFE3
Black with #63BFE3
Text Example
Text Example
White with #63BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFE3; }
p { color: rgb(99,191,227); }
H1.HeaderClassName
{
color: #63BFE3;
}
.AnyTagClassName
{
color: #63BFE3;
}
</style>
background-color css
<style>
a { background-color: #63BFE3; }
a { background-color: rgb(99,191,227); }
div.DivClassName
{
background-color: #63BFE3;
}
.BgClassName
{
background-color: #63BFE3;
}
</style>
border-color css
<style>
span { border-color: #63BFE3; }
span { border-color: rgb(99,191,227); }
td.TdClassName
{
border-color: #63BFE3;
}
.TagClassName
{
border-color: #63BFE3;
}
</style>