Shades of Malibu #54BFF2
Tints of Malibu #54BFF2
RGB
CMYK
RGB Variations
Color information
#54BFF2 (or 0x54BFF2) is known color: Malibu. HEX triplet: 54, BF and F2. RGB value is (84,191,242). Sum of RGB (Red+Green+Blue) = 84+191+242=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #54BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BFF2 is #AB400D. Grayscale: #A4A4A4. Windows color (decimal): -11223054 or 15908692. OLE color: 15908692.
HSL color Cylindrical-coordinate representation of color #54BFF2: hue angle of 199.37º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54BFF2 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 191 | 242 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.05 |
| HSL | 199.37º | 0.86% | 0.64% | - |
| HSV(B) | 199.37º | 0.65% | 0.95% | - |
| XYZ | 38.31 | 45.56 | 90.78 | - |
| YUV | 164.82 | 171.55 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 191 | 242 | 0.65 | 0.21 | 0 | 0.05 | 199.37 | 0.86 | 0.64 |
| Hex | 54 | BF | F2 | 41 | 15 | 0 | 5 | C7 | 56 | 40 |
| Octal | 124 | 277 | 362 | 101 | 25 | 0 | 5 | 307 | 126 | 100 |
| Binary | 1010100 | 10111111 | 11110010 | 1000001 | 10101 | 0 | 101 | 11000111 | 1010110 | 1000000 |
Color Harmonies of #54BFF2
Complementary color
Monochromatic Colors of #54BFF2
Black with #54BFF2
Text Example
Text Example
White with #54BFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BFF2; }
p { color: rgb(84,191,242); }
H1.HeaderClassName
{
color: #54BFF2;
}
.AnyTagClassName
{
color: #54BFF2;
}
</style>
background-color css
<style>
a { background-color: #54BFF2; }
a { background-color: rgb(84,191,242); }
div.DivClassName
{
background-color: #54BFF2;
}
.BgClassName
{
background-color: #54BFF2;
}
</style>
border-color css
<style>
span { border-color: #54BFF2; }
span { border-color: rgb(84,191,242); }
td.TdClassName
{
border-color: #54BFF2;
}
.TagClassName
{
border-color: #54BFF2;
}
</style>