#54B3B4

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

Shades of Fountain Blue #54B3B4

Tints of Fountain Blue #54B3B4

Color information

#54B3B4 (or 0x54B3B4) is unknown color: approx Fountain Blue. HEX triplet: 54, B3 and B4. RGB value is (84,179,180). Sum of RGB (Red+Green+Blue) = 84+179+180=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 180 - color contains mainly: blue. Hex color #54B3B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B3B4 is #AB4C4B. Grayscale: #969696. Windows color (decimal): -11226188 or 11842388. OLE color: 11842388.

HSL color Cylindrical-coordinate representation of color #54B3B4: hue angle of 180.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54B3B4 is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB84179180-
CMYK0.530.0100.29
HSL180.62º39.02%51.76%-
HSV(B)180.62º53.33%70.59%-
XYZ28.0137.4248.93-
YUV150.71144.5380.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 18.96%
GREEN value IS 179 (70.31% from 255) = 40.41%
BLUE value IS 180 (70.70% from 255) = 40.63%
R=18.96%
G=40.41%
B=40.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal841791800.530.0100.29180.6239.0251.76
Hex54B3B435101Db52734
Octal1242632646510352654764
Binary10101001011001110110100110101101110110110101100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,180); }

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

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

 a { background-color: rgb(84,179,180); }

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

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

 span { border-color: rgb(84,179,180); }

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