#54B1EB

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

Shades of Malibu #54B1EB

Tints of Malibu #54B1EB

Color information

#54B1EB (or 0x54B1EB) is unknown color: approx Malibu. HEX triplet: 54, B1 and EB. RGB value is (84,177,235). Sum of RGB (Red+Green+Blue) = 84+177+235=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #54B1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B1EB is #AB4E14. Grayscale: #9B9B9B. Windows color (decimal): -11226645 or 15446356. OLE color: 15446356.

HSL color Cylindrical-coordinate representation of color #54B1EB: hue angle of 203.05º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54B1EB is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84177235-
CMYK0.640.2500.08
HSL203.05º79.06%62.55%-
HSV(B)203.05º64.26%92.16%-
XYZ34.3739.3384.38-
YUV155.8172.6976.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.94%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 235 (92.19% from 255) = 47.38%
R=16.94%
G=35.69%
B=47.38%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841772350.640.2500.08203.0579.0662.55
Hex54B1EB401908cb4f3f
Octal1242613531003101031311777
Binary1010100101100011110101110000001100101000110010111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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