Html Css Color HEX #57A9AF Fountain Blue

📋 copy color: '#57A9AF'

red 87 ◦ green 169 ◦ blue 175

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

Shades of Fountain Blue #57A9AF

Tints of Fountain Blue #57A9AF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.21%

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 20.19%
G = 39.21%
B = 40.6%

CMYK

 C value IS 0.50

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#57A9AF (or 0x57A9AF) is known color: Fountain Blue. HEX triplet: 57, A9 and AF. RGB value is (87,169,175). Sum of RGB (Red+Green+Blue) = 87+169+175=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #57A9AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57A9AF is #A85650. Grayscale: #919191. Windows color (decimal): -11032145 or 11512151. OLE color: 11512151.

HSL color Cylindrical-coordinate representation of color #57A9AF: hue angle of 184.09º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #57A9AF is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 169 175 -
CMYK 0.50 0.03 0 0.31
HSL 184.09º 0.35% 0.51% -
HSV(B) 184.09º 0.5% 0.69% -
XYZ 25.86 33.5 45.66 -
YUV 145.17 144.83 86.51 -
System Red Green Blue C M Y K H S L
Decimal 87 169 175 0.50 0.03 0 0.31 184.09 0.35 0.51
Hex 57 A9 AF 32 3 0 1F B8 23 33
Octal 127 251 257 62 3 0 37 270 43 63
Binary 1010111 10101001 10101111 110010 11 0 11111 10111000 100011 110011

Color Harmonies of #57A9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57A9AF

Black with #57A9AF

Text Example


Text Example

White with #57A9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,169,175); }

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

background-color css

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

 a { background-color: rgb(87,169,175); }

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

border-color css

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

 span { border-color: rgb(87,169,175); }

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