Html Css Color HEX #54A8B7 Fountain Blue

📋 copy color: '#54A8B7'

red 84 ◦ green 168 ◦ blue 183

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

Shades of Fountain Blue #54A8B7

Tints of Fountain Blue #54A8B7

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

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

R = 19.31%
G = 38.62%
B = 42.07%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#54A8B7 (or 0x54A8B7) is known color: Fountain Blue. HEX triplet: 54, A8 and B7. RGB value is (84,168,183). Sum of RGB (Red+Green+Blue) = 84+168+183=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 183 - color contains mainly: blue. Hex color #54A8B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54A8B7 is #AB5748. Grayscale: #909090. Windows color (decimal): -11229001 or 12036180. OLE color: 12036180.

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

Color convert

RGB 84 168 183 -
CMYK 0.54 0.08 0 0.28
HSL 189.09º 0.41% 0.52% -
HSV(B) 189.09º 0.54% 0.72% -
XYZ 26.21 33.31 49.85 -
YUV 144.59 149.67 84.78 -
System Red Green Blue C M Y K H S L
Decimal 84 168 183 0.54 0.08 0 0.28 189.09 0.41 0.52
Hex 54 A8 B7 36 8 0 1C BD 29 34
Octal 124 250 267 66 10 0 34 275 51 64
Binary 1010100 10101000 10110111 110110 1000 0 11100 10111101 101001 110100

Color Harmonies of #54A8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A8B7

Black with #54A8B7

Text Example


Text Example

White with #54A8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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