Html Css Color HEX #57ADB9 Fountain Blue

📋 copy color: '#57ADB9'

red 87 ◦ green 173 ◦ blue 185

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

Shades of Fountain Blue #57ADB9

Tints of Fountain Blue #57ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.88%

 BLUE value IS 185 (72.66% from 255) = 41.57%

R = 19.55%
G = 38.88%
B = 41.57%

CMYK

 C value IS 0.53

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#57ADB9 (or 0x57ADB9) is known color: Fountain Blue. HEX triplet: 57, AD and B9. RGB value is (87,173,185). Sum of RGB (Red+Green+Blue) = 87+173+185=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 185 (72.66% from 255 or 41.57% from 445); Max value from RGB is 185 - color contains mainly: blue. Hex color #57ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57ADB9 is #A85246. Grayscale: #949494. Windows color (decimal): -11031111 or 12168535. OLE color: 12168535.

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

Color convert

RGB 87 173 185 -
CMYK 0.53 0.06 0 0.27
HSL 187.35º 0.41% 0.53% -
HSV(B) 187.35º 0.53% 0.73% -
XYZ 27.63 35.42 51.28 -
YUV 148.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 87 173 185 0.53 0.06 0 0.27 187.35 0.41 0.53
Hex 57 AD B9 35 6 0 1B BB 29 35
Octal 127 255 271 65 6 0 33 273 51 65
Binary 1010111 10101101 10111001 110101 110 0 11011 10111011 101001 110101

Color Harmonies of #57ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57ADB9

Black with #57ADB9

Text Example


Text Example

White with #57ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,173,185); }

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

background-color css

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

 a { background-color: rgb(87,173,185); }

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

border-color css

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

 span { border-color: rgb(87,173,185); }

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