Shades of Malibu #63BDDA
Tints of Malibu #63BDDA
RGB
CMYK
RGB Variations
Color information
#63BDDA (or 0x63BDDA) is known color: Malibu. HEX triplet: 63, BD and DA. RGB value is (99,189,218). Sum of RGB (Red+Green+Blue) = 99+189+218=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 189 (74.22% from 255 or 37.35% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #63BDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63BDDA is #9C4225. Grayscale: #A5A5A5. Windows color (decimal): -10240550 or 14335331. OLE color: 14335331.
HSL color Cylindrical-coordinate representation of color #63BDDA: hue angle of 194.62º 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 #63BDDA is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 189 | 218 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.15 |
| HSL | 194.62º | 0.62% | 0.62% | - |
| HSV(B) | 194.62º | 0.55% | 0.85% | - |
| XYZ | 36 | 44.11 | 72.95 | - |
| YUV | 165.4 | 157.68 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 218 | 0.55 | 0.13 | 0 | 0.15 | 194.62 | 0.62 | 0.62 |
| Hex | 63 | BD | DA | 37 | D | 0 | F | C3 | 3E | 3E |
| Octal | 143 | 275 | 332 | 67 | 15 | 0 | 17 | 303 | 76 | 76 |
| Binary | 1100011 | 10111101 | 11011010 | 110111 | 1101 | 0 | 1111 | 11000011 | 111110 | 111110 |
Color Harmonies of #63BDDA
Complementary color
Monochromatic Colors of #63BDDA
Black with #63BDDA
Text Example
Text Example
White with #63BDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDDA; }
p { color: rgb(99,189,218); }
H1.HeaderClassName
{
color: #63BDDA;
}
.AnyTagClassName
{
color: #63BDDA;
}
</style>
background-color css
<style>
a { background-color: #63BDDA; }
a { background-color: rgb(99,189,218); }
div.DivClassName
{
background-color: #63BDDA;
}
.BgClassName
{
background-color: #63BDDA;
}
</style>
border-color css
<style>
span { border-color: #63BDDA; }
span { border-color: rgb(99,189,218); }
td.TdClassName
{
border-color: #63BDDA;
}
.TagClassName
{
border-color: #63BDDA;
}
</style>