Shades of Malibu #63B1E6
Tints of Malibu #63B1E6
RGB
CMYK
RGB Variations
Color information
#63B1E6 (or 0x63B1E6) is known color: Malibu. HEX triplet: 63, B1 and E6. RGB value is (99,177,230). Sum of RGB (Red+Green+Blue) = 99+177+230=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #63B1E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63B1E6 is #9C4E19. Grayscale: #9F9F9F. Windows color (decimal): -10243610 or 15118691. OLE color: 15118691.
HSL color Cylindrical-coordinate representation of color #63B1E6: hue angle of 204.27º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63B1E6 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 99 | 177 | 230 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.10 |
| HSL | 204.27º | 0.72% | 0.65% | - |
| HSV(B) | 204.27º | 0.57% | 0.9% | - |
| XYZ | 35.15 | 39.81 | 80.69 | - |
| YUV | 159.72 | 167.66 | 84.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 177 | 230 | 0.57 | 0.23 | 0 | 0.10 | 204.27 | 0.72 | 0.65 |
| Hex | 63 | B1 | E6 | 39 | 17 | 0 | A | CC | 48 | 41 |
| Octal | 143 | 261 | 346 | 71 | 27 | 0 | 12 | 314 | 110 | 101 |
| Binary | 1100011 | 10110001 | 11100110 | 111001 | 10111 | 0 | 1010 | 11001100 | 1001000 | 1000001 |
Color Harmonies of #63B1E6
Complementary color
Monochromatic Colors of #63B1E6
Black with #63B1E6
Text Example
Text Example
White with #63B1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B1E6; }
p { color: rgb(99,177,230); }
H1.HeaderClassName
{
color: #63B1E6;
}
.AnyTagClassName
{
color: #63B1E6;
}
</style>
background-color css
<style>
a { background-color: #63B1E6; }
a { background-color: rgb(99,177,230); }
div.DivClassName
{
background-color: #63B1E6;
}
.BgClassName
{
background-color: #63B1E6;
}
</style>
border-color css
<style>
span { border-color: #63B1E6; }
span { border-color: rgb(99,177,230); }
td.TdClassName
{
border-color: #63B1E6;
}
.TagClassName
{
border-color: #63B1E6;
}
</style>