#54C3DC

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

Shades of Malibu #54C3DC

Tints of Malibu #54C3DC

Color information

#54C3DC (or 0x54C3DC) is unknown color: approx Malibu. HEX triplet: 54, C3 and DC. RGB value is (84,195,220). Sum of RGB (Red+Green+Blue) = 84+195+220=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #54C3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C3DC is #AB3C23. Grayscale: #A4A4A4. Windows color (decimal): -11222052 or 14467924. OLE color: 14467924.

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

Color convert

RGB84195220-
CMYK0.620.1100.14
HSL191.03º66.02%59.61%-
HSV(B)191.03º61.82%86.27%-
XYZ36.0946.0874.7-
YUV164.66159.2370.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.83%
GREEN value IS 195 (76.56% from 255) = 39.08%
BLUE value IS 220 (86.33% from 255) = 44.09%
R=16.83%
G=39.08%
B=44.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal841952200.620.1100.14191.0366.0259.61
Hex54C3DC3EB0Ebf423c
Octal124303334761301627710274
Binary10101001100001111011100111110101101110101111111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,195,220); }

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

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

 a { background-color: rgb(84,195,220); }

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

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

 span { border-color: rgb(84,195,220); }

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