#54BEE5

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

Shades of Malibu #54BEE5

Tints of Malibu #54BEE5

Color information

#54BEE5 (or 0x54BEE5) is unknown color: approx Malibu. HEX triplet: 54, BE and E5. RGB value is (84,190,229). Sum of RGB (Red+Green+Blue) = 84+190+229=503 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.70% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #54BEE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BEE5 is #AB411A. Grayscale: #A2A2A2. Windows color (decimal): -11223323 or 15056468. OLE color: 15056468.

HSL color Cylindrical-coordinate representation of color #54BEE5: hue angle of 196.14º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54BEE5 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB84190229-
CMYK0.630.1700.10
HSL196.14º73.6%61.37%-
HSV(B)196.14º63.32%89.8%-
XYZ36.2144.3780.78-
YUV162.75165.3871.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.70%
GREEN value IS 190 (74.61% from 255) = 37.77%
BLUE value IS 229 (89.84% from 255) = 45.53%
R=16.70%
G=37.77%
B=45.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal841902290.630.1700.10196.1473.661.37
Hex54BEE53F110Ac44a3d
Octal124276345772101230411275
Binary101010010111110111001011111111000101010110001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,229); }

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

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

 a { background-color: rgb(84,190,229); }

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

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

 span { border-color: rgb(84,190,229); }

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