#54B8FA

Color #54B8FA Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #54B8FA

Tints of Malibu #54B8FA

Color information

#54B8FA (or 0x54B8FA) is unknown color: approx Malibu. HEX triplet: 54, B8 and FA. RGB value is (84,184,250). Sum of RGB (Red+Green+Blue) = 84+184+250=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #54B8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54B8FA is #AB4705. Grayscale: #A1A1A1. Windows color (decimal): -11224838 or 16431188. OLE color: 16431188.

HSL color Cylindrical-coordinate representation of color #54B8FA: hue angle of 203.86º 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 #54B8FA is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84184250-
CMYK0.660.2600.02
HSL203.86º94.32%65.49%-
HSV(B)203.86º66.4%98.04%-
XYZ38.0543.0796.75-
YUV161.62177.8772.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 16.22%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=16.22%
G=35.52%
B=48.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841842500.660.2600.02203.8694.3265.49
Hex54B8FA421A02cc5e41
Octal1242703721023202314136101
Binary101010010111000111110101000010110100101100110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54B8FA; }

 p { color: rgb(84,184,250); }

 H1.HeaderClassName
 {
   color: #54B8FA;
 }
 .AnyTagClassName
 {
   color: #54B8FA;
 }
</style>
background-color css

<style>
 a { background-color: #54B8FA; }

 a { background-color: rgb(84,184,250); }

 div.DivClassName
 {
   background-color: #54B8FA;
 }
 .BgClassName
 {
   background-color: #54B8FA;
 }
</style>
border-color css

<style>
 span { border-color: #54B8FA; }

 span { border-color: rgb(84,184,250); }

 td.TdClassName
 {
   border-color: #54B8FA;
 }
 .TagClassName
 {
   border-color: #54B8FA;
 }
</style>