Html Css Color HEX #54BDB8 Fountain Blue

📋 copy color: '#54BDB8'

red 84 ◦ green 189 ◦ blue 184

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

Shades of Fountain Blue #54BDB8

Tints of Fountain Blue #54BDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.36%

 BLUE value IS 184 (72.27% from 255) = 40.26%

R = 18.38%
G = 41.36%
B = 40.26%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#54BDB8 (or 0x54BDB8) is known color: Fountain Blue. HEX triplet: 54, BD and B8. RGB value is (84,189,184). Sum of RGB (Red+Green+Blue) = 84+189+184=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 184 (72.27% from 255 or 40.26% from 457); Max value from RGB is 189 - color contains mainly: green. Hex color #54BDB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BDB8 is #AB4247. Grayscale: #9C9C9C. Windows color (decimal): -11223624 or 12107092. OLE color: 12107092.

HSL color Cylindrical-coordinate representation of color #54BDB8: hue angle of 177.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BDB8 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 189 184 -
CMYK 0.56 0 0.03 0.26
HSL 177.14º 0.44% 0.54% -
HSV(B) 177.14º 0.56% 0.74% -
XYZ 30.51 41.74 51.8 -
YUV 157.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 84 189 184 0.56 0 0.03 0.26 177.14 0.44 0.54
Hex 54 BD B8 38 0 3 1A B1 2C 36
Octal 124 275 270 70 0 3 32 261 54 66
Binary 1010100 10111101 10111000 111000 0 11 11010 10110001 101100 110110

Color Harmonies of #54BDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BDB8

Black with #54BDB8

Text Example


Text Example

White with #54BDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,189,184); }

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

background-color css

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

 a { background-color: rgb(84,189,184); }

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

border-color css

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

 span { border-color: rgb(84,189,184); }

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