Shades of Malibu #63BDDC
Tints of Malibu #63BDDC
RGB
CMYK
RGB Variations
Color information
#63BDDC (or 0x63BDDC) is known color: Malibu. HEX triplet: 63, BD and DC. RGB value is (99,189,220). Sum of RGB (Red+Green+Blue) = 99+189+220=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 220 - color contains mainly: blue. Hex color #63BDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDDC is #9C4223. Grayscale: #A5A5A5. Windows color (decimal): -10240548 or 14466403. OLE color: 14466403.
HSL color Cylindrical-coordinate representation of color #63BDDC: hue angle of 195.37º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63BDDC is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 189 | 220 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.14 |
| HSL | 195.37º | 0.63% | 0.63% | - |
| HSV(B) | 195.37º | 0.55% | 0.86% | - |
| XYZ | 36.26 | 44.22 | 74.33 | - |
| YUV | 165.62 | 158.68 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 220 | 0.55 | 0.14 | 0 | 0.14 | 195.37 | 0.63 | 0.63 |
| Hex | 63 | BD | DC | 37 | E | 0 | E | C3 | 3F | 3F |
| Octal | 143 | 275 | 334 | 67 | 16 | 0 | 16 | 303 | 77 | 77 |
| Binary | 1100011 | 10111101 | 11011100 | 110111 | 1110 | 0 | 1110 | 11000011 | 111111 | 111111 |
Color Harmonies of #63BDDC
Complementary color
Monochromatic Colors of #63BDDC
Black with #63BDDC
Text Example
Text Example
White with #63BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDDC; }
p { color: rgb(99,189,220); }
H1.HeaderClassName
{
color: #63BDDC;
}
.AnyTagClassName
{
color: #63BDDC;
}
</style>
background-color css
<style>
a { background-color: #63BDDC; }
a { background-color: rgb(99,189,220); }
div.DivClassName
{
background-color: #63BDDC;
}
.BgClassName
{
background-color: #63BDDC;
}
</style>
border-color css
<style>
span { border-color: #63BDDC; }
span { border-color: rgb(99,189,220); }
td.TdClassName
{
border-color: #63BDDC;
}
.TagClassName
{
border-color: #63BDDC;
}
</style>