#54C4F3

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

Shades of Malibu #54C4F3

Tints of Malibu #54C4F3

Color information

#54C4F3 (or 0x54C4F3) is unknown color: approx Malibu. HEX triplet: 54, C4 and F3. RGB value is (84,196,243). Sum of RGB (Red+Green+Blue) = 84+196+243=523 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.06% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #54C4F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C4F3 is #AB3B0C. Grayscale: #A7A7A7. Windows color (decimal): -11221773 or 15975508. OLE color: 15975508.

HSL color Cylindrical-coordinate representation of color #54C4F3: hue angle of 197.74º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54C4F3 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84196243-
CMYK0.650.1900.05
HSL197.74º86.89%64.12%-
HSV(B)197.74º65.43%95.29%-
XYZ39.5747.8491.94-
YUV167.87170.3968.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.06%
GREEN value IS 196 (76.95% from 255) = 37.48%
BLUE value IS 243 (95.31% from 255) = 46.46%
R=16.06%
G=37.48%
B=46.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841962430.650.1900.05197.7486.8964.12
Hex54C4F3411305c65740
Octal1243043631012305306127100
Binary1010100110001001111001110000011001101011100011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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