#54BBEA

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

Shades of Malibu #54BBEA

Tints of Malibu #54BBEA

Color information

#54BBEA (or 0x54BBEA) is unknown color: approx Malibu. HEX triplet: 54, BB and EA. RGB value is (84,187,234). Sum of RGB (Red+Green+Blue) = 84+187+234=505 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.63% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #54BBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54BBEA is #AB4415. Grayscale: #A1A1A1. Windows color (decimal): -11224086 or 15383380. OLE color: 15383380.

HSL color Cylindrical-coordinate representation of color #54BBEA: hue angle of 198.8º 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 #54BBEA is Cyan = 0.64, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84187234-
CMYK0.640.2000.08
HSL198.8º78.12%62.35%-
HSV(B)198.8º64.1%91.76%-
XYZ36.2843.3784.3-
YUV161.56168.8872.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.63%
GREEN value IS 187 (73.44% from 255) = 37.03%
BLUE value IS 234 (91.80% from 255) = 46.34%
R=16.63%
G=37.03%
B=46.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841872340.640.2000.08198.878.1262.35
Hex54BBEA401408c74e3e
Octal1242733521002401030711676
Binary1010100101110111110101010000001010001000110001111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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