Shades of Malibu #63C6EE
Tints of Malibu #63C6EE
RGB
CMYK
RGB Variations
Color information
#63C6EE (or 0x63C6EE) is known color: Malibu. HEX triplet: 63, C6 and EE. RGB value is (99,198,238). Sum of RGB (Red+Green+Blue) = 99+198+238=535 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.50% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #63C6EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63C6EE is #9C3911. Grayscale: #ACACAC. Windows color (decimal): -10238226 or 15648355. OLE color: 15648355.
HSL color Cylindrical-coordinate representation of color #63C6EE: hue angle of 197.27º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63C6EE is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 198 | 238 | - |
| CMYK | 0.58 | 0.17 | 0 | 0.07 |
| HSL | 197.27º | 0.8% | 0.66% | - |
| HSV(B) | 197.27º | 0.58% | 0.93% | - |
| XYZ | 40.77 | 49.21 | 88.24 | - |
| YUV | 172.96 | 164.7 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 198 | 238 | 0.58 | 0.17 | 0 | 0.07 | 197.27 | 0.8 | 0.66 |
| Hex | 63 | C6 | EE | 3A | 11 | 0 | 7 | C5 | 50 | 42 |
| Octal | 143 | 306 | 356 | 72 | 21 | 0 | 7 | 305 | 120 | 102 |
| Binary | 1100011 | 11000110 | 11101110 | 111010 | 10001 | 0 | 111 | 11000101 | 1010000 | 1000010 |
Color Harmonies of #63C6EE
Complementary color
Monochromatic Colors of #63C6EE
Black with #63C6EE
Text Example
Text Example
White with #63C6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C6EE; }
p { color: rgb(99,198,238); }
H1.HeaderClassName
{
color: #63C6EE;
}
.AnyTagClassName
{
color: #63C6EE;
}
</style>
background-color css
<style>
a { background-color: #63C6EE; }
a { background-color: rgb(99,198,238); }
div.DivClassName
{
background-color: #63C6EE;
}
.BgClassName
{
background-color: #63C6EE;
}
</style>
border-color css
<style>
span { border-color: #63C6EE; }
span { border-color: rgb(99,198,238); }
td.TdClassName
{
border-color: #63C6EE;
}
.TagClassName
{
border-color: #63C6EE;
}
</style>