#54C1F3

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

Shades of Malibu #54C1F3

Tints of Malibu #54C1F3

Color information

#54C1F3 (or 0x54C1F3) is unknown color: approx Malibu. HEX triplet: 54, C1 and F3. RGB value is (84,193,243). Sum of RGB (Red+Green+Blue) = 84+193+243=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 193 (75.78% from 255 or 37.12% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #54C1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54C1F3 is #AB3E0C. Grayscale: #A5A5A5. Windows color (decimal): -11222541 or 15974740. OLE color: 15974740.

HSL color Cylindrical-coordinate representation of color #54C1F3: hue angle of 198.87º 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 #54C1F3 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB84193243-
CMYK0.650.2100.05
HSL198.87º86.89%64.12%-
HSV(B)198.87º65.43%95.29%-
XYZ38.946.591.72-
YUV166.11171.3969.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.15%
GREEN value IS 193 (75.78% from 255) = 37.12%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=16.15%
G=37.12%
B=46.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal841932430.650.2100.05198.8786.8964.12
Hex54C1F3411505c75740
Octal1243013631012505307127100
Binary1010100110000011111001110000011010101011100011110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54C1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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