Shades of Malibu #63BFF2
Tints of Malibu #63BFF2
RGB
CMYK
RGB Variations
Color information
#63BFF2 (or 0x63BFF2) is known color: Malibu. HEX triplet: 63, BF and F2. RGB value is (99,191,242). Sum of RGB (Red+Green+Blue) = 99+191+242=532 (70% of max value = 765). Red value is 99 (39.06% from 255 or 18.61% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #63BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #63BFF2 is #9C400D. Grayscale: #A9A9A9. Windows color (decimal): -10240014 or 15908707. OLE color: 15908707.
HSL color Cylindrical-coordinate representation of color #63BFF2: hue angle of 201.4º 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 #63BFF2 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 191 | 242 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.05 |
| HSL | 201.4º | 0.85% | 0.67% | - |
| HSV(B) | 201.4º | 0.59% | 0.95% | - |
| XYZ | 39.8 | 46.33 | 90.85 | - |
| YUV | 169.31 | 169.02 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 242 | 0.59 | 0.21 | 0 | 0.05 | 201.4 | 0.85 | 0.67 |
| Hex | 63 | BF | F2 | 3B | 15 | 0 | 5 | C9 | 55 | 43 |
| Octal | 143 | 277 | 362 | 73 | 25 | 0 | 5 | 311 | 125 | 103 |
| Binary | 1100011 | 10111111 | 11110010 | 111011 | 10101 | 0 | 101 | 11001001 | 1010101 | 1000011 |
Color Harmonies of #63BFF2
Complementary color
Monochromatic Colors of #63BFF2
Black with #63BFF2
Text Example
Text Example
White with #63BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFF2; }
p { color: rgb(99,191,242); }
H1.HeaderClassName
{
color: #63BFF2;
}
.AnyTagClassName
{
color: #63BFF2;
}
</style>
background-color css
<style>
a { background-color: #63BFF2; }
a { background-color: rgb(99,191,242); }
div.DivClassName
{
background-color: #63BFF2;
}
.BgClassName
{
background-color: #63BFF2;
}
</style>
border-color css
<style>
span { border-color: #63BFF2; }
span { border-color: rgb(99,191,242); }
td.TdClassName
{
border-color: #63BFF2;
}
.TagClassName
{
border-color: #63BFF2;
}
</style>