Shades of Malibu #63AEDA
Tints of Malibu #63AEDA
RGB
CMYK
RGB Variations
Color information
#63AEDA (or 0x63AEDA) is known color: Malibu. HEX triplet: 63, AE and DA. RGB value is (99,174,218). Sum of RGB (Red+Green+Blue) = 99+174+218=491 (65% of max value = 765). Red value is 99 (39.06% from 255 or 20.16% from 491); Green value is 174 (68.36% from 255 or 35.44% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #63AEDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63AEDA is #9C5125. Grayscale: #9C9C9C. Windows color (decimal): -10244390 or 14331491. OLE color: 14331491.
HSL color Cylindrical-coordinate representation of color #63AEDA: hue angle of 202.18º 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 #63AEDA is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 174 | 218 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.15 |
| HSL | 202.18º | 0.62% | 0.62% | - |
| HSV(B) | 202.18º | 0.55% | 0.85% | - |
| XYZ | 32.94 | 37.99 | 71.93 | - |
| YUV | 156.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 174 | 218 | 0.55 | 0.20 | 0 | 0.15 | 202.18 | 0.62 | 0.62 |
| Hex | 63 | AE | DA | 37 | 14 | 0 | F | CA | 3E | 3E |
| Octal | 143 | 256 | 332 | 67 | 24 | 0 | 17 | 312 | 76 | 76 |
| Binary | 1100011 | 10101110 | 11011010 | 110111 | 10100 | 0 | 1111 | 11001010 | 111110 | 111110 |
Color Harmonies of #63AEDA
Complementary color
Monochromatic Colors of #63AEDA
Black with #63AEDA
Text Example
Text Example
White with #63AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AEDA; }
p { color: rgb(99,174,218); }
H1.HeaderClassName
{
color: #63AEDA;
}
.AnyTagClassName
{
color: #63AEDA;
}
</style>
background-color css
<style>
a { background-color: #63AEDA; }
a { background-color: rgb(99,174,218); }
div.DivClassName
{
background-color: #63AEDA;
}
.BgClassName
{
background-color: #63AEDA;
}
</style>
border-color css
<style>
span { border-color: #63AEDA; }
span { border-color: rgb(99,174,218); }
td.TdClassName
{
border-color: #63AEDA;
}
.TagClassName
{
border-color: #63AEDA;
}
</style>