Html Css Color HEX #54ACB7 Fountain Blue

📋 copy color: '#54ACB7'

red 84 ◦ green 172 ◦ blue 183

#54ACB7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #54ACB7

Tints of Fountain Blue #54ACB7

RGB

 RED value IS 84 (33.2% from 255) = 19.13%

 GREEN value IS 172 (67.58% from 255) = 39.18%

 BLUE value IS 183 (71.88% from 255) = 41.69%

R = 19.13%
G = 39.18%
B = 41.69%

CMYK

 C value IS 0.54

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#54ACB7 (or 0x54ACB7) is known color: Fountain Blue. HEX triplet: 54, AC and B7. RGB value is (84,172,183). Sum of RGB (Red+Green+Blue) = 84+172+183=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #54ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ACB7 is #AB5348. Grayscale: #929292. Windows color (decimal): -11227977 or 12037204. OLE color: 12037204.

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

Color convert

RGB 84 172 183 -
CMYK 0.54 0.06 0 0.28
HSL 186.67º 0.41% 0.52% -
HSV(B) 186.67º 0.54% 0.72% -
XYZ 26.96 34.81 50.1 -
YUV 146.94 148.35 83.11 -
System Red Green Blue C M Y K H S L
Decimal 84 172 183 0.54 0.06 0 0.28 186.67 0.41 0.52
Hex 54 AC B7 36 6 0 1C BB 29 34
Octal 124 254 267 66 6 0 34 273 51 64
Binary 1010100 10101100 10110111 110110 110 0 11100 10111011 101001 110100

Color Harmonies of #54ACB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ACB7

Black with #54ACB7

Text Example


Text Example

White with #54ACB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,172,183); }

 H1.HeaderClassName
 {
   color: #54ACB7;
 }
 .AnyTagClassName
 {
   color: #54ACB7;
 }
</style>

background-color css

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

 a { background-color: rgb(84,172,183); }

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

border-color css

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

 span { border-color: rgb(84,172,183); }

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