Html Css Color HEX #57AABA Fountain Blue

📋 copy color: '#57AABA'

red 87 ◦ green 170 ◦ blue 186

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

Shades of Fountain Blue #57AABA

Tints of Fountain Blue #57AABA

RGB

 RED value IS 87 (34.38% from 255) = 19.64%

 GREEN value IS 170 (66.8% from 255) = 38.37%

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 19.64%
G = 38.37%
B = 41.99%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57AABA (or 0x57AABA) is known color: Fountain Blue. HEX triplet: 57, AA and BA. RGB value is (87,170,186). Sum of RGB (Red+Green+Blue) = 87+170+186=443 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.64% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #57AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57AABA is #A85545. Grayscale: #929292. Windows color (decimal): -11031878 or 12233303. OLE color: 12233303.

HSL color Cylindrical-coordinate representation of color #57AABA: hue angle of 189.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57AABA is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 170 186 -
CMYK 0.53 0.09 0 0.27
HSL 189.7º 0.42% 0.54% -
HSV(B) 189.7º 0.53% 0.73% -
XYZ 27.17 34.32 51.65 -
YUV 147.01 150 85.2 -
System Red Green Blue C M Y K H S L
Decimal 87 170 186 0.53 0.09 0 0.27 189.7 0.42 0.54
Hex 57 AA BA 35 9 0 1B BE 2A 36
Octal 127 252 272 65 11 0 33 276 52 66
Binary 1010111 10101010 10111010 110101 1001 0 11011 10111110 101010 110110

Color Harmonies of #57AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57AABA

Black with #57AABA

Text Example


Text Example

White with #57AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57AABA; }

 p { color: rgb(87,170,186); }

 H1.HeaderClassName
 {
   color: #57AABA;
 }
 .AnyTagClassName
 {
   color: #57AABA;
 }
</style>

background-color css

<style>
 a { background-color: #57AABA; }

 a { background-color: rgb(87,170,186); }

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

border-color css

<style>
 span { border-color: #57AABA; }

 span { border-color: rgb(87,170,186); }

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