#54C7EB

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

Shades of Malibu #54C7EB

Tints of Malibu #54C7EB

Color information

#54C7EB (or 0x54C7EB) is unknown color: approx Malibu. HEX triplet: 54, C7 and EB. RGB value is (84,199,235). Sum of RGB (Red+Green+Blue) = 84+199+235=518 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.22% from 518); Green value is 199 (78.12% from 255 or 38.42% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C7EB is #AB3814. Grayscale: #A8A8A8. Windows color (decimal): -11221013 or 15451988. OLE color: 15451988.

HSL color Cylindrical-coordinate representation of color #54C7EB: hue angle of 194.3º 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 #54C7EB is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB84199235-
CMYK0.640.1500.08
HSL194.3º79.06%62.55%-
HSV(B)194.3º64.26%92.16%-
XYZ39.0748.7385.94-
YUV168.72165.467.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.22%
GREEN value IS 199 (78.12% from 255) = 38.42%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=16.22%
G=38.42%
B=45.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841992350.640.1500.08194.379.0662.55
Hex54C7EB40F08c24f3f
Octal1243073531001701030211777
Binary101010011000111111010111000000111101000110000101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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