#54BFE5

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

Shades of Malibu #54BFE5

Tints of Malibu #54BFE5

Color information

#54BFE5 (or 0x54BFE5) is unknown color: approx Malibu. HEX triplet: 54, BF and E5. RGB value is (84,191,229). Sum of RGB (Red+Green+Blue) = 84+191+229=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 229 - color contains mainly: blue. Hex color #54BFE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BFE5 is #AB401A. Grayscale: #A3A3A3. Windows color (decimal): -11223067 or 15056724. OLE color: 15056724.

HSL color Cylindrical-coordinate representation of color #54BFE5: hue angle of 195.72º 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 #54BFE5 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB84191229-
CMYK0.630.1700.10
HSL195.72º73.6%61.37%-
HSV(B)195.72º63.32%89.8%-
XYZ36.4344.880.86-
YUV163.34165.0571.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 229 (89.84% from 255) = 45.44%
R=16.67%
G=37.90%
B=45.44%

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
Decimal841912290.630.1700.10195.7273.661.37
Hex54BFE53F110Ac44a3d
Octal124277345772101230411275
Binary101010010111111111001011111111000101010110001001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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