#54B2FB

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

Shades of Malibu #54B2FB

Tints of Malibu #54B2FB

Color information

#54B2FB (or 0x54B2FB) is unknown color: approx Malibu. HEX triplet: 54, B2 and FB. RGB value is (84,178,251). Sum of RGB (Red+Green+Blue) = 84+178+251=513 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.37% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #54B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2FB is #AB4D04. Grayscale: #9D9D9D. Windows color (decimal): -11226373 or 16495188. OLE color: 16495188.

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

Color convert

RGB84178251-
CMYK0.670.2900.02
HSL206.23º95.43%65.69%-
HSV(B)206.23º66.53%98.43%-
XYZ36.9940.6997.17-
YUV158.22180.3675.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.37%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 251 (98.44% from 255) = 48.93%
R=16.37%
G=34.70%
B=48.93%

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
Decimal841782510.670.2900.02206.2395.4365.69
Hex54B2FB431D02ce5f42
Octal1242623731033502316137102
Binary101010010110010111110111000011111010101100111010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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