#54C4EB

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

Shades of Malibu #54C4EB

Tints of Malibu #54C4EB

Color information

#54C4EB (or 0x54C4EB) is unknown color: approx Malibu. HEX triplet: 54, C4 and EB. RGB value is (84,196,235). Sum of RGB (Red+Green+Blue) = 84+196+235=515 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.31% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C4EB is #AB3B14. Grayscale: #A6A6A6. Windows color (decimal): -11221781 or 15451220. OLE color: 15451220.

HSL color Cylindrical-coordinate representation of color #54C4EB: hue angle of 195.5º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54C4EB is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84196235-
CMYK0.640.1700.08
HSL195.5º79.06%62.55%-
HSV(B)195.5º64.26%92.16%-
XYZ38.3947.3685.72-
YUV166.96166.3968.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.31%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 235 (92.19% from 255) = 45.63%
R=16.31%
G=38.06%
B=45.63%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841962350.640.1700.08195.579.0662.55
Hex54C4EB401108c34f3f
Octal1243043531002101030311777
Binary1010100110001001110101110000001000101000110000111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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