#54c4e0

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

Shades of Malibu #54C4E0

Tints of Malibu #54C4E0

Color information

#54C4E0 (or 0x54C4E0) is unknown color: approx Malibu. HEX triplet: 54, C4 and E0. RGB value is (84,196,224). Sum of RGB (Red+Green+Blue) = 84+196+224=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 224 (87.89% from 255 or 44.44% from 504); Max value from RGB is 224 - color contains mainly: blue. Hex color #54C4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C4E0 is #AB3B1F. Grayscale: #A5A5A5. Windows color (decimal): -11221792 or 14730324. OLE color: 14730324.

HSL color Cylindrical-coordinate representation of color #54C4E0: hue angle of 192º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #54C4E0 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB84196224-
CMYK0.620.1200.12
HSL192º69.31%60.39%-
HSV(B)192º62.5%87.84%-
XYZ36.8546.7577.6-
YUV165.7160.8969.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.67%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 224 (87.89% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal841962240.620.1200.1219269.3160.39
Hex54C4E03EC0Cc0453c
Octal124304340761401430010574
Binary10101001100010011100000111110110001100110000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54c4e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,196,224); }

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

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

 a { background-color: rgb(84,196,224); }

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

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

 span { border-color: rgb(84,196,224); }

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