#54C5DF

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

Shades of Malibu #54C5DF

Tints of Malibu #54C5DF

Color information

#54C5DF (or 0x54C5DF) is unknown color: approx Malibu. HEX triplet: 54, C5 and DF. RGB value is (84,197,223). Sum of RGB (Red+Green+Blue) = 84+197+223=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #54C5DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C5DF is #AB3A20. Grayscale: #A5A5A5. Windows color (decimal): -11221537 or 14665044. OLE color: 14665044.

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

Color convert

RGB84197223-
CMYK0.620.1200.13
HSL191.22º68.47%60.2%-
HSV(B)191.22º62.33%87.45%-
XYZ36.9447.1576.96-
YUV166.18160.0669.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 197 (77.34% from 255) = 39.09%
BLUE value IS 223 (87.5% from 255) = 44.25%
R=16.67%
G=39.09%
B=44.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal841972230.620.1200.13191.2268.4760.2
Hex54C5DF3EC0Dbf443c
Octal124305337761401527710474
Binary10101001100010111011111111110110001101101111111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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