Html Css Color HEX #54B2B7 Fountain Blue

📋 copy color: '#54B2B7'

red 84 ◦ green 178 ◦ blue 183

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

Shades of Fountain Blue #54B2B7

Tints of Fountain Blue #54B2B7

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40%

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

R = 18.88%
G = 40%
B = 41.12%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#54B2B7 (or 0x54B2B7) is known color: Fountain Blue. HEX triplet: 54, B2 and B7. RGB value is (84,178,183). Sum of RGB (Red+Green+Blue) = 84+178+183=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #54B2B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2B7 is #AB4D48. Grayscale: #969696. Windows color (decimal): -11226441 or 12038740. OLE color: 12038740.

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

Color convert

RGB 84 178 183 -
CMYK 0.54 0.03 0 0.28
HSL 183.03º 0.41% 0.52% -
HSV(B) 183.03º 0.54% 0.72% -
XYZ 28.12 37.14 50.49 -
YUV 150.46 146.36 80.59 -
System Red Green Blue C M Y K H S L
Decimal 84 178 183 0.54 0.03 0 0.28 183.03 0.41 0.52
Hex 54 B2 B7 36 3 0 1C B7 29 34
Octal 124 262 267 66 3 0 34 267 51 64
Binary 1010100 10110010 10110111 110110 11 0 11100 10110111 101001 110100

Color Harmonies of #54B2B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2B7

Black with #54B2B7

Text Example


Text Example

White with #54B2B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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