#54B1FB

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

Shades of Malibu #54B1FB

Tints of Malibu #54B1FB

Color information

#54B1FB (or 0x54B1FB) is unknown color: approx Malibu. HEX triplet: 54, B1 and FB. RGB value is (84,177,251). Sum of RGB (Red+Green+Blue) = 84+177+251=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #54B1FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B1FB is #AB4E04. Grayscale: #9D9D9D. Windows color (decimal): -11226629 or 16494932. OLE color: 16494932.

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

Color convert

RGB84177251-
CMYK0.670.2900.02
HSL206.59º95.43%65.69%-
HSV(B)206.59º66.53%98.43%-
XYZ36.7940.2997.11-
YUV157.63180.6975.48-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.41%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 251 (98.44% from 255) = 49.02%
R=16.41%
G=34.57%
B=49.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841772510.670.2900.02206.5995.4365.69
Hex54B1FB431D02cf5f42
Octal1242613731033502317137102
Binary101010010110001111110111000011111010101100111110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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