Shades of Malibu #63C3E2
Tints of Malibu #63C3E2
RGB
CMYK
RGB Variations
Color information
#63C3E2 (or 0x63C3E2) is known color: Malibu. HEX triplet: 63, C3 and E2. RGB value is (99,195,226). Sum of RGB (Red+Green+Blue) = 99+195+226=520 (68% of max value = 765). Red value is 99 (39.06% from 255 or 19.04% from 520); Green value is 195 (76.56% from 255 or 37.5% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #63C3E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63C3E2 is #9C3C1D. Grayscale: #A9A9A9. Windows color (decimal): -10239006 or 14861155. OLE color: 14861155.
HSL color Cylindrical-coordinate representation of color #63C3E2: hue angle of 194.65º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63C3E2 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 195 | 226 | - |
| CMYK | 0.56 | 0.14 | 0 | 0.11 |
| HSL | 194.65º | 0.69% | 0.64% | - |
| HSV(B) | 194.65º | 0.56% | 0.89% | - |
| XYZ | 38.39 | 47.17 | 79.03 | - |
| YUV | 169.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 195 | 226 | 0.56 | 0.14 | 0 | 0.11 | 194.65 | 0.69 | 0.64 |
| Hex | 63 | C3 | E2 | 38 | E | 0 | B | C3 | 45 | 40 |
| Octal | 143 | 303 | 342 | 70 | 16 | 0 | 13 | 303 | 105 | 100 |
| Binary | 1100011 | 11000011 | 11100010 | 111000 | 1110 | 0 | 1011 | 11000011 | 1000101 | 1000000 |
Color Harmonies of #63C3E2
Complementary color
Monochromatic Colors of #63C3E2
Black with #63C3E2
Text Example
Text Example
White with #63C3E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C3E2; }
p { color: rgb(99,195,226); }
H1.HeaderClassName
{
color: #63C3E2;
}
.AnyTagClassName
{
color: #63C3E2;
}
</style>
background-color css
<style>
a { background-color: #63C3E2; }
a { background-color: rgb(99,195,226); }
div.DivClassName
{
background-color: #63C3E2;
}
.BgClassName
{
background-color: #63C3E2;
}
</style>
border-color css
<style>
span { border-color: #63C3E2; }
span { border-color: rgb(99,195,226); }
td.TdClassName
{
border-color: #63C3E2;
}
.TagClassName
{
border-color: #63C3E2;
}
</style>