#54C1EB

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

Shades of Malibu #54C1EB

Tints of Malibu #54C1EB

Color information

#54C1EB (or 0x54C1EB) is unknown color: approx Malibu. HEX triplet: 54, C1 and EB. RGB value is (84,193,235). Sum of RGB (Red+Green+Blue) = 84+193+235=512 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.41% from 512); Green value is 193 (75.78% from 255 or 37.70% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #54C1EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C1EB is #AB3E14. Grayscale: #A4A4A4. Windows color (decimal): -11222549 or 15450452. OLE color: 15450452.

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

Color convert

RGB84193235-
CMYK0.640.1800.08
HSL196.69º79.06%62.55%-
HSV(B)196.69º64.26%92.16%-
XYZ37.7246.0285.49-
YUV165.2167.3970.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.41%
GREEN value IS 193 (75.78% from 255) = 37.70%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=16.41%
G=37.70%
B=45.90%

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
Decimal841932350.640.1800.08196.6979.0662.55
Hex54C1EB401208c54f3f
Octal1243013531002201030511777
Binary1010100110000011110101110000001001001000110001011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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