Shades of Malibu #63BED7
Tints of Malibu #63BED7
RGB
CMYK
RGB Variations
Color information
#63BED7 (or 0x63BED7) is known color: Malibu. HEX triplet: 63, BE and D7. RGB value is (99,190,215). Sum of RGB (Red+Green+Blue) = 99+190+215=504 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.64% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #63BED7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BED7 is #9C4128. Grayscale: #A5A5A5. Windows color (decimal): -10240297 or 14138979. OLE color: 14138979.
HSL color Cylindrical-coordinate representation of color #63BED7: hue angle of 192.93º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63BED7 is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 190 | 215 | - |
| CMYK | 0.54 | 0.12 | 0 | 0.16 |
| HSL | 192.93º | 0.59% | 0.62% | - |
| HSV(B) | 192.93º | 0.54% | 0.84% | - |
| XYZ | 35.82 | 44.39 | 70.97 | - |
| YUV | 165.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 215 | 0.54 | 0.12 | 0 | 0.16 | 192.93 | 0.59 | 0.62 |
| Hex | 63 | BE | D7 | 36 | C | 0 | 10 | C1 | 3B | 3E |
| Octal | 143 | 276 | 327 | 66 | 14 | 0 | 20 | 301 | 73 | 76 |
| Binary | 1100011 | 10111110 | 11010111 | 110110 | 1100 | 0 | 10000 | 11000001 | 111011 | 111110 |
Color Harmonies of #63BED7
Complementary color
Monochromatic Colors of #63BED7
Black with #63BED7
Text Example
Text Example
White with #63BED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BED7; }
p { color: rgb(99,190,215); }
H1.HeaderClassName
{
color: #63BED7;
}
.AnyTagClassName
{
color: #63BED7;
}
</style>
background-color css
<style>
a { background-color: #63BED7; }
a { background-color: rgb(99,190,215); }
div.DivClassName
{
background-color: #63BED7;
}
.BgClassName
{
background-color: #63BED7;
}
</style>
border-color css
<style>
span { border-color: #63BED7; }
span { border-color: rgb(99,190,215); }
td.TdClassName
{
border-color: #63BED7;
}
.TagClassName
{
border-color: #63BED7;
}
</style>