Shades of Malibu #63BDF1
Tints of Malibu #63BDF1
RGB
CMYK
RGB Variations
Color information
#63BDF1 (or 0x63BDF1) is known color: Malibu. HEX triplet: 63, BD and F1. RGB value is (99,189,241). Sum of RGB (Red+Green+Blue) = 99+189+241=529 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.71% from 529); Green value is 189 (74.22% from 255 or 35.73% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #63BDF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BDF1 is #9C420E. Grayscale: #A7A7A7. Windows color (decimal): -10240527 or 15842659. OLE color: 15842659.
HSL color Cylindrical-coordinate representation of color #63BDF1: hue angle of 201.97º degrees, saturation: 0.84, 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 #63BDF1 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 189 | 241 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.05 |
| HSL | 201.97º | 0.84% | 0.67% | - |
| HSV(B) | 201.97º | 0.59% | 0.95% | - |
| XYZ | 39.22 | 45.4 | 89.91 | - |
| YUV | 168.02 | 169.18 | 78.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 241 | 0.59 | 0.22 | 0 | 0.05 | 201.97 | 0.84 | 0.67 |
| Hex | 63 | BD | F1 | 3B | 16 | 0 | 5 | CA | 54 | 43 |
| Octal | 143 | 275 | 361 | 73 | 26 | 0 | 5 | 312 | 124 | 103 |
| Binary | 1100011 | 10111101 | 11110001 | 111011 | 10110 | 0 | 101 | 11001010 | 1010100 | 1000011 |
Color Harmonies of #63BDF1
Complementary color
Monochromatic Colors of #63BDF1
Black with #63BDF1
Text Example
Text Example
White with #63BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDF1; }
p { color: rgb(99,189,241); }
H1.HeaderClassName
{
color: #63BDF1;
}
.AnyTagClassName
{
color: #63BDF1;
}
</style>
background-color css
<style>
a { background-color: #63BDF1; }
a { background-color: rgb(99,189,241); }
div.DivClassName
{
background-color: #63BDF1;
}
.BgClassName
{
background-color: #63BDF1;
}
</style>
border-color css
<style>
span { border-color: #63BDF1; }
span { border-color: rgb(99,189,241); }
td.TdClassName
{
border-color: #63BDF1;
}
.TagClassName
{
border-color: #63BDF1;
}
</style>