Html Css Color HEX #54AEAD Fountain Blue

📋 copy color: '#54AEAD'

red 84 ◦ green 174 ◦ blue 173

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

Shades of Fountain Blue #54AEAD

Tints of Fountain Blue #54AEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

 BLUE value IS 173 (67.97% from 255) = 40.14%

R = 19.49%
G = 40.37%
B = 40.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#54AEAD (or 0x54AEAD) is known color: Fountain Blue. HEX triplet: 54, AE and AD. RGB value is (84,174,173). Sum of RGB (Red+Green+Blue) = 84+174+173=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #54AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54AEAD is #AB5152. Grayscale: #929292. Windows color (decimal): -11227475 or 11382356. OLE color: 11382356.

HSL color Cylindrical-coordinate representation of color #54AEAD: hue angle of 179.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AEAD is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 174 173 -
CMYK 0.52 0 0.01 0.32
HSL 179.33º 0.36% 0.51% -
HSV(B) 179.33º 0.52% 0.68% -
XYZ 26.34 35.17 44.94 -
YUV 146.98 142.68 83.08 -
System Red Green Blue C M Y K H S L
Decimal 84 174 173 0.52 0 0.01 0.32 179.33 0.36 0.51
Hex 54 AE AD 34 0 1 20 B3 24 33
Octal 124 256 255 64 0 1 40 263 44 63
Binary 1010100 10101110 10101101 110100 0 1 100000 10110011 100100 110011

Color Harmonies of #54AEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AEAD

Black with #54AEAD

Text Example


Text Example

White with #54AEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,174,173); }

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

background-color css

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

 a { background-color: rgb(84,174,173); }

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

border-color css

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

 span { border-color: rgb(84,174,173); }

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