#54ABB8

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

Shades of Fountain Blue #54ABB8

Tints of Fountain Blue #54ABB8

Color information

#54ABB8 (or 0x54ABB8) is unknown color: approx Fountain Blue. HEX triplet: 54, AB and B8. RGB value is (84,171,184). Sum of RGB (Red+Green+Blue) = 84+171+184=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #54ABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABB8 is #AB5447. Grayscale: #929292. Windows color (decimal): -11228232 or 12102484. OLE color: 12102484.

HSL color Cylindrical-coordinate representation of color #54ABB8: hue angle of 187.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54ABB8 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB84171184-
CMYK0.540.0700.28
HSL187.8º41.32%52.55%-
HSV(B)187.8º54.35%72.16%-
XYZ26.8734.4750.58-
YUV146.47149.1883.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.13%
GREEN value IS 171 (67.19% from 255) = 38.95%
BLUE value IS 184 (72.27% from 255) = 41.91%
R=19.13%
G=38.95%
B=41.91%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal841711840.540.0700.28187.841.3252.55
Hex54ABB836701Cbc2935
Octal1242532706670342745165
Binary1010100101010111011100011011011101110010111100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54ABB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,171,184); }

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

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

 a { background-color: rgb(84,171,184); }

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

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

 span { border-color: rgb(84,171,184); }

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