Shades of Malibu #63C0EA
Tints of Malibu #63C0EA
RGB
CMYK
RGB Variations
Color information
#63C0EA (or 0x63C0EA) is known color: Malibu. HEX triplet: 63, C0 and EA. RGB value is (99,192,234). Sum of RGB (Red+Green+Blue) = 99+192+234=525 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.86% from 525); Green value is 192 (75.39% from 255 or 36.57% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #63C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C0EA is #9C3F15. Grayscale: #A8A8A8. Windows color (decimal): -10239766 or 15384675. OLE color: 15384675.
HSL color Cylindrical-coordinate representation of color #63C0EA: hue angle of 198.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63C0EA is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 192 | 234 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.08 |
| HSL | 198.67º | 0.76% | 0.65% | - |
| HSV(B) | 198.67º | 0.58% | 0.92% | - |
| XYZ | 38.85 | 46.29 | 84.73 | - |
| YUV | 168.98 | 164.69 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 234 | 0.58 | 0.18 | 0 | 0.08 | 198.67 | 0.76 | 0.65 |
| Hex | 63 | C0 | EA | 3A | 12 | 0 | 8 | C7 | 4C | 41 |
| Octal | 143 | 300 | 352 | 72 | 22 | 0 | 10 | 307 | 114 | 101 |
| Binary | 1100011 | 11000000 | 11101010 | 111010 | 10010 | 0 | 1000 | 11000111 | 1001100 | 1000001 |
Color Harmonies of #63C0EA
Complementary color
Monochromatic Colors of #63C0EA
Black with #63C0EA
Text Example
Text Example
White with #63C0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0EA; }
p { color: rgb(99,192,234); }
H1.HeaderClassName
{
color: #63C0EA;
}
.AnyTagClassName
{
color: #63C0EA;
}
</style>
background-color css
<style>
a { background-color: #63C0EA; }
a { background-color: rgb(99,192,234); }
div.DivClassName
{
background-color: #63C0EA;
}
.BgClassName
{
background-color: #63C0EA;
}
</style>
border-color css
<style>
span { border-color: #63C0EA; }
span { border-color: rgb(99,192,234); }
td.TdClassName
{
border-color: #63C0EA;
}
.TagClassName
{
border-color: #63C0EA;
}
</style>