#54C0EB

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

Shades of Malibu #54C0EB

Tints of Malibu #54C0EB

Color information

#54C0EB (or 0x54C0EB) is unknown color: approx Malibu. HEX triplet: 54, C0 and EB. RGB value is (84,192,235). Sum of RGB (Red+Green+Blue) = 84+192+235=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C0EB is #AB3F14. Grayscale: #A4A4A4. Windows color (decimal): -11222805 or 15450196. OLE color: 15450196.

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

Color convert

RGB84192235-
CMYK0.640.1800.08
HSL197.09º79.06%62.55%-
HSV(B)197.09º64.26%92.16%-
XYZ37.545.5885.42-
YUV164.61167.7270.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.44%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 235 (92.19% from 255) = 45.99%
R=16.44%
G=37.57%
B=45.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal841922350.640.1800.08197.0979.0662.55
Hex54C0EB401208c54f3f
Octal1243003531002201030511777
Binary1010100110000001110101110000001001001000110001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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