#54BAEA

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

Shades of Malibu #54BAEA

Tints of Malibu #54BAEA

Color information

#54BAEA (or 0x54BAEA) is unknown color: approx Malibu. HEX triplet: 54, BA and EA. RGB value is (84,186,234). Sum of RGB (Red+Green+Blue) = 84+186+234=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #54BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BAEA is #AB4515. Grayscale: #A0A0A0. Windows color (decimal): -11224342 or 15383124. OLE color: 15383124.

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

Color convert

RGB84186234-
CMYK0.640.2100.08
HSL199.2º78.12%62.35%-
HSV(B)199.2º64.1%91.76%-
XYZ36.0742.9484.23-
YUV160.97169.2173.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 234 (91.80% from 255) = 46.43%
R=16.67%
G=36.90%
B=46.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841862340.640.2100.08199.278.1262.35
Hex54BAEA401508c74e3e
Octal1242723521002501030711676
Binary1010100101110101110101010000001010101000110001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,186,234); }

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

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

 a { background-color: rgb(84,186,234); }

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

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

 span { border-color: rgb(84,186,234); }

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