#54AEFB

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

Shades of Malibu #54AEFB

Tints of Malibu #54AEFB

Color information

#54AEFB (or 0x54AEFB) is unknown color: approx Malibu. HEX triplet: 54, AE and FB. RGB value is (84,174,251). Sum of RGB (Red+Green+Blue) = 84+174+251=509 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.50% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #54AEFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEFB is #AB5104. Grayscale: #9B9B9B. Windows color (decimal): -11227397 or 16494164. OLE color: 16494164.

HSL color Cylindrical-coordinate representation of color #54AEFB: hue angle of 207.66º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54AEFB is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB84174251-
CMYK0.670.3100.02
HSL207.66º95.43%65.69%-
HSV(B)207.66º66.53%98.43%-
XYZ36.239.1296.91-
YUV155.87181.6876.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.50%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=16.50%
G=34.18%
B=49.31%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal841742510.670.3100.02207.6695.4365.69
Hex54AEFB431F02d05f42
Octal1242563731033702320137102
Binary101010010101110111110111000011111110101101000010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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