#54AEFC

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

Shades of Malibu #54AEFC

Tints of Malibu #54AEFC

Color information

#54AEFC (or 0x54AEFC) is unknown color: approx Malibu. HEX triplet: 54, AE and FC. RGB value is (84,174,252). Sum of RGB (Red+Green+Blue) = 84+174+252=510 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.47% from 510); Green value is 174 (68.36% from 255 or 34.12% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #54AEFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AEFC is #AB5103. Grayscale: #9B9B9B. Windows color (decimal): -11227396 or 16559700. OLE color: 16559700.

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

Color convert

RGB84174252-
CMYK0.670.3100.01
HSL207.86º96.55%65.88%-
HSV(B)207.86º66.67%98.82%-
XYZ36.3639.1997.74-
YUV155.98182.1876.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.47%
GREEN value IS 174 (68.36% from 255) = 34.12%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=16.47%
G=34.12%
B=49.41%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal841742520.670.3100.01207.8696.5565.88
Hex54AEFC431F01d06142
Octal1242563741033701320141102
Binary10101001010111011111100100001111111011101000011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54AEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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