#54ABF4

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

Shades of Malibu #54ABF4

Tints of Malibu #54ABF4

Color information

#54ABF4 (or 0x54ABF4) is unknown color: approx Malibu. HEX triplet: 54, AB and F4. RGB value is (84,171,244). Sum of RGB (Red+Green+Blue) = 84+171+244=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #54ABF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ABF4 is #AB540B. Grayscale: #989898. Windows color (decimal): -11228172 or 16034644. OLE color: 16034644.

HSL color Cylindrical-coordinate representation of color #54ABF4: hue angle of 207.38º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54ABF4 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB84171244-
CMYK0.660.3000.04
HSL207.38º87.91%64.31%-
HSV(B)207.38º65.57%95.69%-
XYZ34.5537.5491.01-
YUV153.31179.1878.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.83%
GREEN value IS 171 (67.19% from 255) = 34.27%
BLUE value IS 244 (95.70% from 255) = 48.90%
R=16.83%
G=34.27%
B=48.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal841712440.660.3000.04207.3887.9164.31
Hex54ABF4421E04cf5840
Octal1242533641023604317130100
Binary1010100101010111111010010000101111001001100111110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ABF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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