#54B0FB

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

Shades of Malibu #54B0FB

Tints of Malibu #54B0FB

Color information

#54B0FB (or 0x54B0FB) is unknown color: approx Malibu. HEX triplet: 54, B0 and FB. RGB value is (84,176,251). Sum of RGB (Red+Green+Blue) = 84+176+251=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #54B0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B0FB is #AB4F04. Grayscale: #9C9C9C. Windows color (decimal): -11226885 or 16494676. OLE color: 16494676.

HSL color Cylindrical-coordinate representation of color #54B0FB: hue angle of 206.95º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54B0FB is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84176251-
CMYK0.670.3000.02
HSL206.95º95.43%65.69%-
HSV(B)206.95º66.53%98.43%-
XYZ36.5939.997.04-
YUV157.04181.0275.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.44%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 251 (98.44% from 255) = 49.12%
R=16.44%
G=34.44%
B=49.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841762510.670.3000.02206.9595.4365.69
Hex54B0FB431E02cf5f42
Octal1242603731033602317137102
Binary101010010110000111110111000011111100101100111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,251); }

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

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

 a { background-color: rgb(84,176,251); }

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

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

 span { border-color: rgb(84,176,251); }

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