#54B2E1

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

Shades of Malibu #54B2E1

Tints of Malibu #54B2E1

Color information

#54B2E1 (or 0x54B2E1) is unknown color: approx Malibu. HEX triplet: 54, B2 and E1. RGB value is (84,178,225). Sum of RGB (Red+Green+Blue) = 84+178+225=487 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.25% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #54B2E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2E1 is #AB4D1E. Grayscale: #9A9A9A. Windows color (decimal): -11226399 or 14791252. OLE color: 14791252.

HSL color Cylindrical-coordinate representation of color #54B2E1: hue angle of 200º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54B2E1 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84178225-
CMYK0.630.2100.12
HSL200º70.15%60.59%-
HSV(B)200º62.67%88.24%-
XYZ33.1739.1677.05-
YUV155.25167.3677.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.25%
GREEN value IS 178 (69.92% from 255) = 36.55%
BLUE value IS 225 (88.28% from 255) = 46.20%
R=17.25%
G=36.55%
B=46.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841782250.630.2100.1220070.1560.59
Hex54B2E13F150Cc8463d
Octal124262341772501431010675
Binary101010010110010111000011111111010101100110010001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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