#54B8DD

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

Shades of Malibu #54B8DD

Tints of Malibu #54B8DD

Color information

#54B8DD (or 0x54B8DD) is unknown color: approx Malibu. HEX triplet: 54, B8 and DD. RGB value is (84,184,221). Sum of RGB (Red+Green+Blue) = 84+184+221=489 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.18% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #54B8DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B8DD is #AB4722. Grayscale: #9E9E9E. Windows color (decimal): -11224867 or 14530644. OLE color: 14530644.

HSL color Cylindrical-coordinate representation of color #54B8DD: hue angle of 196.2º degrees, saturation: 0.67, 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 #54B8DD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB84184221-
CMYK0.620.1700.13
HSL196.2º66.83%59.8%-
HSV(B)196.2º61.99%86.67%-
XYZ33.8541.3974.61-
YUV158.32163.3774.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.18%
GREEN value IS 184 (72.27% from 255) = 37.63%
BLUE value IS 221 (86.72% from 255) = 45.19%
R=17.18%
G=37.63%
B=45.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841842210.620.1700.13196.266.8359.8
Hex54B8DD3E110Dc4433c
Octal124270335762101530410374
Binary101010010111000110111011111101000101101110001001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,184,221); }

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

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

 a { background-color: rgb(84,184,221); }

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

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

 span { border-color: rgb(84,184,221); }

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