Shades of Malibu #63B9DD
Tints of Malibu #63B9DD
RGB
CMYK
RGB Variations
Color information
#63B9DD (or 0x63B9DD) is known color: Malibu. HEX triplet: 63, B9 and DD. RGB value is (99,185,221). Sum of RGB (Red+Green+Blue) = 99+185+221=505 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.60% from 505); Green value is 185 (72.66% from 255 or 36.63% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #63B9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B9DD is #9C4622. Grayscale: #A3A3A3. Windows color (decimal): -10241571 or 14530915. OLE color: 14530915.
HSL color Cylindrical-coordinate representation of color #63B9DD: hue angle of 197.7º 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 #63B9DD is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 185 | 221 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.13 |
| HSL | 197.7º | 0.64% | 0.63% | - |
| HSV(B) | 197.7º | 0.55% | 0.87% | - |
| XYZ | 35.55 | 42.57 | 74.75 | - |
| YUV | 163.39 | 160.51 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 221 | 0.55 | 0.16 | 0 | 0.13 | 197.7 | 0.64 | 0.63 |
| Hex | 63 | B9 | DD | 37 | 10 | 0 | D | C6 | 40 | 3F |
| Octal | 143 | 271 | 335 | 67 | 20 | 0 | 15 | 306 | 100 | 77 |
| Binary | 1100011 | 10111001 | 11011101 | 110111 | 10000 | 0 | 1101 | 11000110 | 1000000 | 111111 |
Color Harmonies of #63B9DD
Complementary color
Monochromatic Colors of #63B9DD
Black with #63B9DD
Text Example
Text Example
White with #63B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B9DD; }
p { color: rgb(99,185,221); }
H1.HeaderClassName
{
color: #63B9DD;
}
.AnyTagClassName
{
color: #63B9DD;
}
</style>
background-color css
<style>
a { background-color: #63B9DD; }
a { background-color: rgb(99,185,221); }
div.DivClassName
{
background-color: #63B9DD;
}
.BgClassName
{
background-color: #63B9DD;
}
</style>
border-color css
<style>
span { border-color: #63B9DD; }
span { border-color: rgb(99,185,221); }
td.TdClassName
{
border-color: #63B9DD;
}
.TagClassName
{
border-color: #63B9DD;
}
</style>