Html Css Color HEX #54BBB7 Fountain Blue

📋 copy color: '#54BBB7'

red 84 ◦ green 187 ◦ blue 183

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

Shades of Fountain Blue #54BBB7

Tints of Fountain Blue #54BBB7

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.19%

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

R = 18.5%
G = 41.19%
B = 40.31%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#54BBB7 (or 0x54BBB7) is known color: Fountain Blue. HEX triplet: 54, BB and B7. RGB value is (84,187,183). Sum of RGB (Red+Green+Blue) = 84+187+183=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 183 (71.88% from 255 or 40.31% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #54BBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BBB7 is #AB4448. Grayscale: #9B9B9B. Windows color (decimal): -11224137 or 12041044. OLE color: 12041044.

HSL color Cylindrical-coordinate representation of color #54BBB7: hue angle of 177.67º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BBB7 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 187 183 -
CMYK 0.55 0 0.02 0.27
HSL 177.67º 0.43% 0.53% -
HSV(B) 177.67º 0.55% 0.73% -
XYZ 29.97 40.84 51.1 -
YUV 155.75 143.38 76.83 -
System Red Green Blue C M Y K H S L
Decimal 84 187 183 0.55 0 0.02 0.27 177.67 0.43 0.53
Hex 54 BB B7 37 0 2 1B B2 2B 35
Octal 124 273 267 67 0 2 33 262 53 65
Binary 1010100 10111011 10110111 110111 0 10 11011 10110010 101011 110101

Color Harmonies of #54BBB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BBB7

Black with #54BBB7

Text Example


Text Example

White with #54BBB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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