Html Css Color HEX #57B1B4 Fountain Blue

📋 copy color: '#57B1B4'

red 87 ◦ green 177 ◦ blue 180

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

Shades of Fountain Blue #57B1B4

Tints of Fountain Blue #57B1B4

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.86%

 BLUE value IS 180 (70.7% from 255) = 40.54%

R = 19.59%
G = 39.86%
B = 40.54%

CMYK

 C value IS 0.52

 M value IS 0.02

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#57B1B4 (or 0x57B1B4) is known color: Fountain Blue. HEX triplet: 57, B1 and B4. RGB value is (87,177,180). Sum of RGB (Red+Green+Blue) = 87+177+180=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 180 - color contains mainly: blue. Hex color #57B1B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #57B1B4 is #A84E4B. Grayscale: #969696. Windows color (decimal): -11030092 or 11841879. OLE color: 11841879.

HSL color Cylindrical-coordinate representation of color #57B1B4: hue angle of 181.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #57B1B4 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 177 180 -
CMYK 0.52 0.02 0 0.29
HSL 181.94º 0.38% 0.52% -
HSV(B) 181.94º 0.52% 0.71% -
XYZ 27.89 36.77 48.81 -
YUV 150.43 144.68 82.76 -
System Red Green Blue C M Y K H S L
Decimal 87 177 180 0.52 0.02 0 0.29 181.94 0.38 0.52
Hex 57 B1 B4 34 2 0 1D B6 26 34
Octal 127 261 264 64 2 0 35 266 46 64
Binary 1010111 10110001 10110100 110100 10 0 11101 10110110 100110 110100

Color Harmonies of #57B1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57B1B4

Black with #57B1B4

Text Example


Text Example

White with #57B1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,177,180); }

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

background-color css

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

 a { background-color: rgb(87,177,180); }

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

border-color css

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

 span { border-color: rgb(87,177,180); }

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