#54C1DB

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

Shades of Malibu #54C1DB

Tints of Malibu #54C1DB

Color information

#54C1DB (or 0x54C1DB) is unknown color: approx Malibu. HEX triplet: 54, C1 and DB. RGB value is (84,193,219). Sum of RGB (Red+Green+Blue) = 84+193+219=496 (65% of max value = 765). Red value is 84 (33.20% from 255 or 16.94% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #54C1DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C1DB is #AB3E24. Grayscale: #A3A3A3. Windows color (decimal): -11222565 or 14401876. OLE color: 14401876.

HSL color Cylindrical-coordinate representation of color #54C1DB: hue angle of 191.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C1DB is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB84193219-
CMYK0.620.1200.14
HSL191.56º65.22%59.41%-
HSV(B)191.56º61.64%85.88%-
XYZ35.5145.1473.86-
YUV163.37159.3971.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.94%
GREEN value IS 193 (75.78% from 255) = 38.91%
BLUE value IS 219 (85.94% from 255) = 44.15%
R=16.94%
G=38.91%
B=44.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841932190.620.1200.14191.5665.2259.41
Hex54C1DB3EC0Ec0413b
Octal124301333761401630010173
Binary10101001100000111011011111110110001110110000001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,193,219); }

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

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

 a { background-color: rgb(84,193,219); }

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

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

 span { border-color: rgb(84,193,219); }

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