Html Css Color HEX #54AAB7 Fountain Blue

📋 copy color: '#54AAB7'

red 84 ◦ green 170 ◦ blue 183

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

Shades of Fountain Blue #54AAB7

Tints of Fountain Blue #54AAB7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.9%

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

R = 19.22%
G = 38.9%
B = 41.88%

CMYK

 C value IS 0.54

 M value IS 0.07

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#54AAB7 (or 0x54AAB7) is known color: Fountain Blue. HEX triplet: 54, AA and B7. RGB value is (84,170,183). Sum of RGB (Red+Green+Blue) = 84+170+183=437 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.22% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 183 (71.88% from 255 or 41.88% from 437); Max value from RGB is 183 - color contains mainly: blue. Hex color #54AAB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54AAB7 is #AB5548. Grayscale: #919191. Windows color (decimal): -11228489 or 12036692. OLE color: 12036692.

HSL color Cylindrical-coordinate representation of color #54AAB7: hue angle of 187.88º 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 #54AAB7 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 170 183 -
CMYK 0.54 0.07 0 0.28
HSL 187.88º 0.41% 0.52% -
HSV(B) 187.88º 0.54% 0.72% -
XYZ 26.58 34.05 49.97 -
YUV 145.77 149.01 83.94 -
System Red Green Blue C M Y K H S L
Decimal 84 170 183 0.54 0.07 0 0.28 187.88 0.41 0.52
Hex 54 AA B7 36 7 0 1C BC 29 34
Octal 124 252 267 66 7 0 34 274 51 64
Binary 1010100 10101010 10110111 110110 111 0 11100 10111100 101001 110100

Color Harmonies of #54AAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AAB7

Black with #54AAB7

Text Example


Text Example

White with #54AAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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