Shades of Malibu #63BEDD
Tints of Malibu #63BEDD
RGB
CMYK
RGB Variations
Color information
#63BEDD (or 0x63BEDD) is known color: Malibu. HEX triplet: 63, BE and DD. RGB value is (99,190,221). Sum of RGB (Red+Green+Blue) = 99+190+221=510 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.41% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #63BEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BEDD is #9C4122. Grayscale: #A6A6A6. Windows color (decimal): -10240291 or 14532195. OLE color: 14532195.
HSL color Cylindrical-coordinate representation of color #63BEDD: hue angle of 195.25º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63BEDD is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 190 | 221 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.13 |
| HSL | 195.25º | 0.64% | 0.63% | - |
| HSV(B) | 195.25º | 0.55% | 0.87% | - |
| XYZ | 36.61 | 44.7 | 75.11 | - |
| YUV | 166.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 190 | 221 | 0.55 | 0.14 | 0 | 0.13 | 195.25 | 0.64 | 0.63 |
| Hex | 63 | BE | DD | 37 | E | 0 | D | C3 | 40 | 3F |
| Octal | 143 | 276 | 335 | 67 | 16 | 0 | 15 | 303 | 100 | 77 |
| Binary | 1100011 | 10111110 | 11011101 | 110111 | 1110 | 0 | 1101 | 11000011 | 1000000 | 111111 |
Color Harmonies of #63BEDD
Complementary color
Monochromatic Colors of #63BEDD
Black with #63BEDD
Text Example
Text Example
White with #63BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BEDD; }
p { color: rgb(99,190,221); }
H1.HeaderClassName
{
color: #63BEDD;
}
.AnyTagClassName
{
color: #63BEDD;
}
</style>
background-color css
<style>
a { background-color: #63BEDD; }
a { background-color: rgb(99,190,221); }
div.DivClassName
{
background-color: #63BEDD;
}
.BgClassName
{
background-color: #63BEDD;
}
</style>
border-color css
<style>
span { border-color: #63BEDD; }
span { border-color: rgb(99,190,221); }
td.TdClassName
{
border-color: #63BEDD;
}
.TagClassName
{
border-color: #63BEDD;
}
</style>