#54B2F0

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

Shades of Malibu #54B2F0

Tints of Malibu #54B2F0

Color information

#54B2F0 (or 0x54B2F0) is unknown color: approx Malibu. HEX triplet: 54, B2 and F0. RGB value is (84,178,240). Sum of RGB (Red+Green+Blue) = 84+178+240=502 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.73% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 240 (94.14% from 255 or 47.81% from 502); Max value from RGB is 240 - color contains mainly: blue. Hex color #54B2F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2F0 is #AB4D0F. Grayscale: #9C9C9C. Windows color (decimal): -11226384 or 15774292. OLE color: 15774292.

HSL color Cylindrical-coordinate representation of color #54B2F0: hue angle of 203.85º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54B2F0 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB84178240-
CMYK0.650.2600.06
HSL203.85º83.87%63.53%-
HSV(B)203.85º65%94.12%-
XYZ35.340.0288.3-
YUV156.96174.8675.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.73%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 240 (94.14% from 255) = 47.81%
R=16.73%
G=35.46%
B=47.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal841782400.650.2600.06203.8583.8763.53
Hex54B2F0411A06cc5440
Octal1242623601013206314124100
Binary1010100101100101111000010000011101001101100110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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