Shades of Malibu #54B7FA
Tints of Malibu #54B7FA
RGB
CMYK
RGB Variations
Color information
#54B7FA (or 0x54B7FA) is known color: Malibu. HEX triplet: 54, B7 and FA. RGB value is (84,183,250). Sum of RGB (Red+Green+Blue) = 84+183+250=517 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.25% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #54B7FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B7FA is #AB4805. Grayscale: #A0A0A0. Windows color (decimal): -11225094 or 16430932. OLE color: 16430932.
HSL color Cylindrical-coordinate representation of color #54B7FA: hue angle of 204.22º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54B7FA is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 183 | 250 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.02 |
| HSL | 204.22º | 0.94% | 0.65% | - |
| HSV(B) | 204.22º | 0.66% | 0.98% | - |
| XYZ | 37.84 | 42.65 | 96.68 | - |
| YUV | 161.04 | 178.2 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 183 | 250 | 0.66 | 0.27 | 0 | 0.02 | 204.22 | 0.94 | 0.65 |
| Hex | 54 | B7 | FA | 42 | 1B | 0 | 2 | CC | 5E | 41 |
| Octal | 124 | 267 | 372 | 102 | 33 | 0 | 2 | 314 | 136 | 101 |
| Binary | 1010100 | 10110111 | 11111010 | 1000010 | 11011 | 0 | 10 | 11001100 | 1011110 | 1000001 |
Color Harmonies of #54B7FA
Complementary color
Monochromatic Colors of #54B7FA
Black with #54B7FA
Text Example
Text Example
White with #54B7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54B7FA; }
p { color: rgb(84,183,250); }
H1.HeaderClassName
{
color: #54B7FA;
}
.AnyTagClassName
{
color: #54B7FA;
}
</style>
background-color css
<style>
a { background-color: #54B7FA; }
a { background-color: rgb(84,183,250); }
div.DivClassName
{
background-color: #54B7FA;
}
.BgClassName
{
background-color: #54B7FA;
}
</style>
border-color css
<style>
span { border-color: #54B7FA; }
span { border-color: rgb(84,183,250); }
td.TdClassName
{
border-color: #54B7FA;
}
.TagClassName
{
border-color: #54B7FA;
}
</style>