Shades of Malibu #63BAF2
Tints of Malibu #63BAF2
RGB
CMYK
RGB Variations
Color information
#63BAF2 (or 0x63BAF2) is known color: Malibu. HEX triplet: 63, BA and F2. RGB value is (99,186,242). Sum of RGB (Red+Green+Blue) = 99+186+242=527 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.79% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #63BAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BAF2 is #9C450D. Grayscale: #A6A6A6. Windows color (decimal): -10241294 or 15907427. OLE color: 15907427.
HSL color Cylindrical-coordinate representation of color #63BAF2: hue angle of 203.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63BAF2 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 186 | 242 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.05 |
| HSL | 203.5º | 0.85% | 0.67% | - |
| HSV(B) | 203.5º | 0.59% | 0.95% | - |
| XYZ | 38.73 | 44.18 | 90.49 | - |
| YUV | 166.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 186 | 242 | 0.59 | 0.23 | 0 | 0.05 | 203.5 | 0.85 | 0.67 |
| Hex | 63 | BA | F2 | 3B | 17 | 0 | 5 | CB | 55 | 43 |
| Octal | 143 | 272 | 362 | 73 | 27 | 0 | 5 | 313 | 125 | 103 |
| Binary | 1100011 | 10111010 | 11110010 | 111011 | 10111 | 0 | 101 | 11001011 | 1010101 | 1000011 |
Color Harmonies of #63BAF2
Complementary color
Monochromatic Colors of #63BAF2
Black with #63BAF2
Text Example
Text Example
White with #63BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BAF2; }
p { color: rgb(99,186,242); }
H1.HeaderClassName
{
color: #63BAF2;
}
.AnyTagClassName
{
color: #63BAF2;
}
</style>
background-color css
<style>
a { background-color: #63BAF2; }
a { background-color: rgb(99,186,242); }
div.DivClassName
{
background-color: #63BAF2;
}
.BgClassName
{
background-color: #63BAF2;
}
</style>
border-color css
<style>
span { border-color: #63BAF2; }
span { border-color: rgb(99,186,242); }
td.TdClassName
{
border-color: #63BAF2;
}
.TagClassName
{
border-color: #63BAF2;
}
</style>