Shades of Malibu #63BFE5
Tints of Malibu #63BFE5
RGB
CMYK
RGB Variations
Color information
#63BFE5 (or 0x63BFE5) is known color: Malibu. HEX triplet: 63, BF and E5. RGB value is (99,191,229). Sum of RGB (Red+Green+Blue) = 99+191+229=519 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.08% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #63BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BFE5 is #9C401A. Grayscale: #A7A7A7. Windows color (decimal): -10240027 or 15056739. OLE color: 15056739.
HSL color Cylindrical-coordinate representation of color #63BFE5: hue angle of 197.54º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63BFE5 is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 191 | 229 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.10 |
| HSL | 197.54º | 0.71% | 0.64% | - |
| HSV(B) | 197.54º | 0.57% | 0.9% | - |
| XYZ | 37.92 | 45.57 | 80.93 | - |
| YUV | 167.82 | 162.52 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 229 | 0.57 | 0.17 | 0 | 0.10 | 197.54 | 0.71 | 0.64 |
| Hex | 63 | BF | E5 | 39 | 11 | 0 | A | C6 | 47 | 40 |
| Octal | 143 | 277 | 345 | 71 | 21 | 0 | 12 | 306 | 107 | 100 |
| Binary | 1100011 | 10111111 | 11100101 | 111001 | 10001 | 0 | 1010 | 11000110 | 1000111 | 1000000 |
Color Harmonies of #63BFE5
Complementary color
Monochromatic Colors of #63BFE5
Black with #63BFE5
Text Example
Text Example
White with #63BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFE5; }
p { color: rgb(99,191,229); }
H1.HeaderClassName
{
color: #63BFE5;
}
.AnyTagClassName
{
color: #63BFE5;
}
</style>
background-color css
<style>
a { background-color: #63BFE5; }
a { background-color: rgb(99,191,229); }
div.DivClassName
{
background-color: #63BFE5;
}
.BgClassName
{
background-color: #63BFE5;
}
</style>
border-color css
<style>
span { border-color: #63BFE5; }
span { border-color: rgb(99,191,229); }
td.TdClassName
{
border-color: #63BFE5;
}
.TagClassName
{
border-color: #63BFE5;
}
</style>