Shades of Malibu #63B5E2
Tints of Malibu #63B5E2
RGB
CMYK
RGB Variations
Color information
#63B5E2 (or 0x63B5E2) is known color: Malibu. HEX triplet: 63, B5 and E2. RGB value is (99,181,226). Sum of RGB (Red+Green+Blue) = 99+181+226=506 (67% of max value = 765). Red value is 99 (39.06% from 255 or 19.57% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 226 (88.67% from 255 or 44.66% from 506); Max value from RGB is 226 - color contains mainly: blue. Hex color #63B5E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #63B5E2 is #9C4A1D. Grayscale: #A1A1A1. Windows color (decimal): -10242590 or 14857571. OLE color: 14857571.
HSL color Cylindrical-coordinate representation of color #63B5E2: hue angle of 201.26º 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 #63B5E2 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 99 | 181 | 226 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.11 |
| HSL | 201.26º | 0.69% | 0.64% | - |
| HSV(B) | 201.26º | 0.56% | 0.89% | - |
| XYZ | 35.4 | 41.19 | 78.04 | - |
| YUV | 161.61 | 164.33 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 181 | 226 | 0.56 | 0.20 | 0 | 0.11 | 201.26 | 0.69 | 0.64 |
| Hex | 63 | B5 | E2 | 38 | 14 | 0 | B | C9 | 45 | 40 |
| Octal | 143 | 265 | 342 | 70 | 24 | 0 | 13 | 311 | 105 | 100 |
| Binary | 1100011 | 10110101 | 11100010 | 111000 | 10100 | 0 | 1011 | 11001001 | 1000101 | 1000000 |
Color Harmonies of #63B5E2
Complementary color
Monochromatic Colors of #63B5E2
Black with #63B5E2
Text Example
Text Example
White with #63B5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B5E2; }
p { color: rgb(99,181,226); }
H1.HeaderClassName
{
color: #63B5E2;
}
.AnyTagClassName
{
color: #63B5E2;
}
</style>
background-color css
<style>
a { background-color: #63B5E2; }
a { background-color: rgb(99,181,226); }
div.DivClassName
{
background-color: #63B5E2;
}
.BgClassName
{
background-color: #63B5E2;
}
</style>
border-color css
<style>
span { border-color: #63B5E2; }
span { border-color: rgb(99,181,226); }
td.TdClassName
{
border-color: #63B5E2;
}
.TagClassName
{
border-color: #63B5E2;
}
</style>