Html Css Color HEX #54ABB8 Fountain Blue

📋 copy color: '#54ABB8'

red 84 ◦ green 171 ◦ blue 184

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

Shades of Fountain Blue #54ABB8

Tints of Fountain Blue #54ABB8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 19.13%
G = 38.95%
B = 41.91%

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

#54ABB8 (or 0x54ABB8) is known color: Fountain Blue. HEX triplet: 54, AB and B8. RGB value is (84,171,184). Sum of RGB (Red+Green+Blue) = 84+171+184=439 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.13% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 184 - color contains mainly: blue. Hex color #54ABB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABB8 is #AB5447. Grayscale: #929292. Windows color (decimal): -11228232 or 12102484. OLE color: 12102484.

HSL color Cylindrical-coordinate representation of color #54ABB8: hue angle of 187.8º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54ABB8 is Cyan = 0.54, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 171 184 -
CMYK 0.54 0.07 0 0.28
HSL 187.8º 0.41% 0.53% -
HSV(B) 187.8º 0.54% 0.72% -
XYZ 26.87 34.47 50.58 -
YUV 146.47 149.18 83.44 -
System Red Green Blue C M Y K H S L
Decimal 84 171 184 0.54 0.07 0 0.28 187.8 0.41 0.53
Hex 54 AB B8 36 7 0 1C BC 29 35
Octal 124 253 270 66 7 0 34 274 51 65
Binary 1010100 10101011 10111000 110110 111 0 11100 10111100 101001 110101

Color Harmonies of #54ABB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABB8

Black with #54ABB8

Text Example


Text Example

White with #54ABB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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