#54B3DF

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

Shades of Malibu #54B3DF

Tints of Malibu #54B3DF

Color information

#54B3DF (or 0x54B3DF) is unknown color: approx Malibu. HEX triplet: 54, B3 and DF. RGB value is (84,179,223). Sum of RGB (Red+Green+Blue) = 84+179+223=486 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.28% from 486); Green value is 179 (70.31% from 255 or 36.83% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #54B3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3DF is #AB4C20. Grayscale: #9B9B9B. Windows color (decimal): -11226145 or 14660436. OLE color: 14660436.

HSL color Cylindrical-coordinate representation of color #54B3DF: hue angle of 198.99º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54B3DF is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84179223-
CMYK0.620.2000.13
HSL198.99º68.47%60.2%-
HSV(B)198.99º62.33%87.45%-
XYZ33.139.4575.68-
YUV155.61166.0376.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.28%
GREEN value IS 179 (70.31% from 255) = 36.83%
BLUE value IS 223 (87.5% from 255) = 45.88%
R=17.28%
G=36.83%
B=45.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841792230.620.2000.13198.9968.4760.2
Hex54B3DF3E140Dc7443c
Octal124263337762401530710474
Binary101010010110011110111111111101010001101110001111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,223); }

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

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

 a { background-color: rgb(84,179,223); }

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

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

 span { border-color: rgb(84,179,223); }

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