#54AEEB

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

Shades of Malibu #54AEEB

Tints of Malibu #54AEEB

Color information

#54AEEB (or 0x54AEEB) is unknown color: approx Malibu. HEX triplet: 54, AE and EB. RGB value is (84,174,235). Sum of RGB (Red+Green+Blue) = 84+174+235=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #54AEEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEEB is #AB5114. Grayscale: #999999. Windows color (decimal): -11227413 or 15445588. OLE color: 15445588.

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

Color convert

RGB84174235-
CMYK0.640.2600.08
HSL204.24º79.06%62.55%-
HSV(B)204.24º64.26%92.16%-
XYZ33.7938.1684.18-
YUV154.04173.6878.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.04%
GREEN value IS 174 (68.36% from 255) = 35.29%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=17.04%
G=35.29%
B=47.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841742350.640.2600.08204.2479.0662.55
Hex54AEEB401A08cc4f3f
Octal1242563531003201031411777
Binary1010100101011101110101110000001101001000110011001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,174,235); }

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

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

 a { background-color: rgb(84,174,235); }

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

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

 span { border-color: rgb(84,174,235); }

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