#54ABE4

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

Shades of Malibu #54ABE4

Tints of Malibu #54ABE4

Color information

#54ABE4 (or 0x54ABE4) is unknown color: approx Malibu. HEX triplet: 54, AB and E4. RGB value is (84,171,228). Sum of RGB (Red+Green+Blue) = 84+171+228=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 228 (89.45% from 255 or 47.20% from 483); Max value from RGB is 228 - color contains mainly: blue. Hex color #54ABE4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABE4 is #AB541B. Grayscale: #979797. Windows color (decimal): -11228188 or 14986068. OLE color: 14986068.

HSL color Cylindrical-coordinate representation of color #54ABE4: hue angle of 203.75º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54ABE4 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB84171228-
CMYK0.630.2500.11
HSL203.75º72.73%61.18%-
HSV(B)203.75º63.16%89.41%-
XYZ32.2236.6178.77-
YUV151.48171.1879.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.39%
GREEN value IS 171 (67.19% from 255) = 35.40%
BLUE value IS 228 (89.45% from 255) = 47.20%
R=17.39%
G=35.40%
B=47.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal841712280.630.2500.11203.7572.7361.18
Hex54ABE43F190Bcc493d
Octal124253344773101331411175
Binary101010010101011111001001111111100101011110011001001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,171,228); }

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

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

 a { background-color: rgb(84,171,228); }

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

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

 span { border-color: rgb(84,171,228); }

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