Shades of Malibu #63BFF1
Tints of Malibu #63BFF1
RGB
CMYK
RGB Variations
Color information
#63BFF1 (or 0x63BFF1) is known color: Malibu. HEX triplet: 63, BF and F1. RGB value is (99,191,241). Sum of RGB (Red+Green+Blue) = 99+191+241=531 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.64% from 531); Green value is 191 (75% from 255 or 35.97% from 531); Blue value is 241 (94.53% from 255 or 45.39% from 531); Max value from RGB is 241 - color contains mainly: blue. Hex color #63BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BFF1 is #9C400E. Grayscale: #A8A8A8. Windows color (decimal): -10240015 or 15843171. OLE color: 15843171.
HSL color Cylindrical-coordinate representation of color #63BFF1: hue angle of 201.13º 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 #63BFF1 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 191 | 241 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.05 |
| HSL | 201.13º | 0.84% | 0.67% | - |
| HSV(B) | 201.13º | 0.59% | 0.95% | - |
| XYZ | 39.65 | 46.27 | 90.06 | - |
| YUV | 169.19 | 168.52 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 241 | 0.59 | 0.21 | 0 | 0.05 | 201.13 | 0.84 | 0.67 |
| Hex | 63 | BF | F1 | 3B | 15 | 0 | 5 | C9 | 54 | 43 |
| Octal | 143 | 277 | 361 | 73 | 25 | 0 | 5 | 311 | 124 | 103 |
| Binary | 1100011 | 10111111 | 11110001 | 111011 | 10101 | 0 | 101 | 11001001 | 1010100 | 1000011 |
Color Harmonies of #63BFF1
Complementary color
Monochromatic Colors of #63BFF1
Black with #63BFF1
Text Example
Text Example
White with #63BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFF1; }
p { color: rgb(99,191,241); }
H1.HeaderClassName
{
color: #63BFF1;
}
.AnyTagClassName
{
color: #63BFF1;
}
</style>
background-color css
<style>
a { background-color: #63BFF1; }
a { background-color: rgb(99,191,241); }
div.DivClassName
{
background-color: #63BFF1;
}
.BgClassName
{
background-color: #63BFF1;
}
</style>
border-color css
<style>
span { border-color: #63BFF1; }
span { border-color: rgb(99,191,241); }
td.TdClassName
{
border-color: #63BFF1;
}
.TagClassName
{
border-color: #63BFF1;
}
</style>