Shades of Malibu #63B5E4
Tints of Malibu #63B5E4
RGB
CMYK
RGB Variations
Color information
#63B5E4 (or 0x63B5E4) is known color: Malibu. HEX triplet: 63, B5 and E4. RGB value is (99,181,228). Sum of RGB (Red+Green+Blue) = 99+181+228=508 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.49% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 228 (89.45% from 255 or 44.88% from 508); Max value from RGB is 228 - color contains mainly: blue. Hex color #63B5E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B5E4 is #9C4A1B. Grayscale: #A1A1A1. Windows color (decimal): -10242588 or 14988643. OLE color: 14988643.
HSL color Cylindrical-coordinate representation of color #63B5E4: hue angle of 201.86º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #63B5E4 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 181 | 228 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.11 |
| HSL | 201.86º | 0.7% | 0.64% | - |
| HSV(B) | 201.86º | 0.57% | 0.89% | - |
| XYZ | 35.67 | 41.3 | 79.49 | - |
| YUV | 161.84 | 165.33 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 228 | 0.57 | 0.21 | 0 | 0.11 | 201.86 | 0.7 | 0.64 |
| Hex | 63 | B5 | E4 | 39 | 15 | 0 | B | CA | 46 | 40 |
| Octal | 143 | 265 | 344 | 71 | 25 | 0 | 13 | 312 | 106 | 100 |
| Binary | 1100011 | 10110101 | 11100100 | 111001 | 10101 | 0 | 1011 | 11001010 | 1000110 | 1000000 |
Color Harmonies of #63B5E4
Complementary color
Monochromatic Colors of #63B5E4
Black with #63B5E4
Text Example
Text Example
White with #63B5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5E4; }
p { color: rgb(99,181,228); }
H1.HeaderClassName
{
color: #63B5E4;
}
.AnyTagClassName
{
color: #63B5E4;
}
</style>
background-color css
<style>
a { background-color: #63B5E4; }
a { background-color: rgb(99,181,228); }
div.DivClassName
{
background-color: #63B5E4;
}
.BgClassName
{
background-color: #63B5E4;
}
</style>
border-color css
<style>
span { border-color: #63B5E4; }
span { border-color: rgb(99,181,228); }
td.TdClassName
{
border-color: #63B5E4;
}
.TagClassName
{
border-color: #63B5E4;
}
</style>