Shades of Malibu #63BEDA
Tints of Malibu #63BEDA
RGB
CMYK
RGB Variations
Color information
#63BEDA (or 0x63BEDA) is known color: Malibu. HEX triplet: 63, BE and DA. RGB value is (99,190,218). Sum of RGB (Red+Green+Blue) = 99+190+218=507 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.53% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #63BEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEDA is #9C4125. Grayscale: #A5A5A5. Windows color (decimal): -10240294 or 14335587. OLE color: 14335587.
HSL color Cylindrical-coordinate representation of color #63BEDA: hue angle of 194.12º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63BEDA is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 190 | 218 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.15 |
| HSL | 194.12º | 0.62% | 0.62% | - |
| HSV(B) | 194.12º | 0.55% | 0.85% | - |
| XYZ | 36.21 | 44.54 | 73.02 | - |
| YUV | 165.98 | 157.35 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 218 | 0.55 | 0.13 | 0 | 0.15 | 194.12 | 0.62 | 0.62 |
| Hex | 63 | BE | DA | 37 | D | 0 | F | C2 | 3E | 3E |
| Octal | 143 | 276 | 332 | 67 | 15 | 0 | 17 | 302 | 76 | 76 |
| Binary | 1100011 | 10111110 | 11011010 | 110111 | 1101 | 0 | 1111 | 11000010 | 111110 | 111110 |
Color Harmonies of #63BEDA
Complementary color
Monochromatic Colors of #63BEDA
Black with #63BEDA
Text Example
Text Example
White with #63BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEDA; }
p { color: rgb(99,190,218); }
H1.HeaderClassName
{
color: #63BEDA;
}
.AnyTagClassName
{
color: #63BEDA;
}
</style>
background-color css
<style>
a { background-color: #63BEDA; }
a { background-color: rgb(99,190,218); }
div.DivClassName
{
background-color: #63BEDA;
}
.BgClassName
{
background-color: #63BEDA;
}
</style>
border-color css
<style>
span { border-color: #63BEDA; }
span { border-color: rgb(99,190,218); }
td.TdClassName
{
border-color: #63BEDA;
}
.TagClassName
{
border-color: #63BEDA;
}
</style>